Hi,
I've installed two instances of ES (co-ordinator only) running on a couple of machines, with a kibana instance. For kibana, I've set both of them as elasticsearch.hosts=[es1, es2]
However, I'd always like it to talk to only the first node at any given point in time, UNLESS that node is down.
I'd like to know what sort of preferences Kibana takes into consideration when multiple hosts are provided to it, and if there is a mechanism to further tune it to prefer one instance over the other.
Thanks