I was trying to use controls for my visualizations, but it does not load all the values from the selected field. The list doesn't even show half of them.
I've tried increasing the kibana.autocompleteTerminateAfter and kibana.autocompleteTimeout values upto a great extent, but it seems like it's not taking this much time to load the list. Is there anything else I need to do to get the full list?
I'm using Kibana 7.6.2. Here is the snapshot of the same.
Also, as I got to know that this request is the simulation of what the Controls visualization is doing behind the scenes. I'm getting the complete output here, I guess. Then what might be the issue with Controls visualization?
How many documents are in your index? 300000 might be too little. I see you have 3 shards, so if you have more than 900000 documents, that would explain the message.
Also, the options panel will never show you the full list at once, when you start typing it will refetch new data based on the input your already entered.
Thanks a lot @flash1293. It's resolved now.
I had 6090179 documents in my index.
Plus, I was unaware of the fact that it refetches new data based based on the input. I was considering only the items I could see in the list on the first go.
But, the issue I'm facing now is that the users need to remember everything- the name of the values they are looking for as well as the case, as the search here is case sensitive. And remembering everything is not possible in my case. Can I turn it off from somewhere? And, is it possible to get the full list instead of refetching the values based on the input? Thanks in advance!
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.