I'm facing a problem with Controls visualization in Kibana 7.0.0.
It basically returns only a limited set of the possible choices of a given field.
I generally fix this problem in version > 7.3.0 increasing the values of kibana.autocompleteTimeout and kibana.autocompleteTerminateAfter in the kibana.yml, but these parameters are not recognized by Kibana in versions < 7.3.
Is there any equivalent settings in Kibana 7.0.0 or any other way I can make Controls visualizations returning all the possible choices?
The file name is src/legacy/core_plugins/input_control_vis/public/control/list_control_factory.js you should find those values around row 101.
We doesn't encourage code changes into a released version (only in a development environment). If it's critical to your analysis but Kibana is not in a Production environment with a mission critical use case, you may try to change these parameter and see how things works. Please make a snapshot of your cluster and configurations before attempt any change.
Yeah I realized I could look for it inside the project before asking and then found it where you said.
Thank you anyway for your kindness.
Yeah, I supposed it might create some problems. Don't think it is so critical to justify taking such a risk. Especially since upgrade to 7.4 has been already scheduled.
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.