Cluster Env for ES and Kibana

We have 3 different node is in our env. Two working as Master-data and one as master. All three are connected to load balancer.

Right now we are having 3 instance of Kibana connecting to one or other ES. This means we have 3 different URL of Kibana showing the same data. Is this the right setting. Any suggestions.

You could put a load balancer in front of the 3 Kibana instances and then use only one URL. That will give you high availability to Kibana.

Thanks for the reply.
But can we provide the load balancer link in kibana config file.

The URL of the Elasticsearch instance to use for all your queries.
elasticsearch.url: "http://localhost:9200"

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.