Is there a way to set more than one ElasticSearch.url with Kibana?
Trying to find documentation if I can do something like this:
elasticsearch.url: "http://myesnode1.com:9200,http://myesnode2.com:9200"
In case myesnode1 goes down kibana can figure out that the cluster isn't down.
Currently not supported. An issue has been filed at https://github.com/elastic/kibana/issues/214 if you want track progress.
As mentioned in the comments on that issue, an alternative is to set up a client node for kibana, which will balance/route requests for you.
© 2020. All Rights Reserved - Elasticsearch
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.