Hello guys,
Can you help me to fix this error
terms list might be incomplete because the request is taking to long. Adjust the autocomplete settings in kibana.yml for complete results.
Im using kibana with 16 RAM to visualize 1 G of data .
The query I've asked to run simulates what the Control visualization is doing behind the scenes.
It returned in 122ms.
The message popup shows up when the Control visualization takes more than 1 second to be generated.
Does the warning shows up when you add the Control visualization in a dashboard?
Or it was just a message which showed up just once?
If you want, in kibana.yml you can set kibana.autocompleteTimeout: 10000.
I do not know your configuration but if they're installed locally this is clearly a development setup.
There are your browser and your desktop environment running.
I've suggested to share the results of few commands to understand your current setup.
Did you increase the JVM Heap to 1 or 2 GB? Or you're running with default settings?
I'm also facing the same issue, for me also, it doesn't seem like it's taking that long to load the list. Plus, I've also tried increasing the kibana.autocompleteTerminateAfter and kibana.autocompleteTimeout values. @Fedi_Ben_Messaoud Can you please inform me about the solution in case you've resolved this issue?
Hello guys .
The solution is to set kibana.autocompleteTerminateAfter to the number of documents in your index.
kibana.autocompleteTerminateAfter is the number of documents per shard.
For exemple if you have 1 shard and one million documents in your index you should add this line in your kibana.yml
kibana.autocompleteTerminateAfter: 1000000
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.