Defining multiple Elasticsearch URL on kibana.yml

HI,
I have 2 master node and i want to configure both the ES URL into my kibana.yml . So that when any one of my master get down kibana will point another master. How can i do this.

You can't, Kibana only connects to a single node at a time. You could stand up two Kibana instances, each one pointing at different master node, and then load balance those instances.

How about coordinate nodes?

Sure, if you only want a single Kibana instance, then any way you can connect it to a single node and have it distribute the traffic would work.

Thank you .

By using of coordinate i can achieve that

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