I am setting up cluster having 3 nodes of elasticsearch. I want to add the nodes address under the section elasticsearch.hosts in kibana.yml file (6.5 version), but this is missing in the file. Please help
Instead, it looks like there is only one host allowed:
elasticsearch.url:
Default: "http://localhost:9200" The URL of the Elasticsearch instance to use for all your queries.
Kibana does not need to talk to multiple elasticsearch instances to be able to query data in the cluster, the instance configured is usually called the "coordinating node" which will forward requests as needed
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.