Kibana currently can be configured to connect to multiple Elasticsearch nodes in the same cluster.
I discovered that Console application is limited to connecting only on the first host defined in elasticsearch.hosts in kibana.yml configuration file.
This can be an issue because if the first node is not available(i.e maintenance or failure), Console application will not work and it returns the error Client request error: connect EHOSTUNREACH.
How can this issue be prevented?
Yes, I mean the console accessible when you click on Dev Tools.
If my understanding is correct, Console application is able to connect only to the first ES host defined on kibana.yml. If for some reason the first host is not available, the request is not forwarded to other ES hosts but it will generate an error * Client request error: connect EHOSTUNREACH*
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.