Hello,
I have 2 basic questions about Elastic stack.
in the elasticsearch.yml file in the field discovery.seed.hosts
should I write the IP address of all the nodes [master, data ...], or just master nodes ? (in my case I have 3 master nodes and 2 data nodes)
The second question is: the same question in Kibana.yml in the field elasticsearch.hosts
and also if I use elasticsearch.hosts
, should I add the coordinator only node, or now Kibana do the Load-balancing itself and doesn't need a coordinator node ?
Thanks for your answers