I ran into this post and this post about the issue of the controls visualization not showing all possible values.
I have a lot of documents in my index, but not many distinct values in the desired field:
"aggregations" : {
"MaanedsNavn" : {
"doc_count_error_upper_bound" : 0,
"sum_other_doc_count" : 0,
"buckets" : [
{
"key" : "Maj",
"doc_count" : 233767
},
{
"key" : "April",
"doc_count" : 232518
},
{
"key" : "Januar",
"doc_count" : 221372
},
{
"key" : "Juni",
"doc_count" : 215444
},
{
"key" : "Februar",
"doc_count" : 201171
},
{
"key" : "Marts",
"doc_count" : 79964
},
{
"key" : "Juli",
"doc_count" : 65474
} ] }
And my controls are only picking up on 4 of them:
Is the only solution really to change the timeout for all of Kibana just to get this single visualization working? If so, can someone advice on how to safest do this in Elastic Cloud?