Hi,
I am having a clarification on my config file settings.
My elasticsearch cluster has 2 nodes[192.168.0.104, 192.168.0.105]:
Except the below lines all other lines are commented in both the elasticsearch.yml files.
node1[192.168.0.104]
node.master:true
bootstrap.memory_lock: true
network.host: 0.0.0.0
discovery.zen.ping.unicast.hosts: ["192.168.0.107", "192.168.0.107:9200", "192.168.0.105", "192.168.0.105:9200"]
discovery.zen.minimum_master_nodes: 3
node2[192.168.0.105]
bootstrap.memory_lock: true
network.host: 0.0.0.0
discovery.zen.ping.unicast.hosts: ["192.168.0.104", "192.168.0.104:9200", "192.168.0.104:8080"]
Based on this configuration i am getting the status as RED and the health is 67%.
Can someone validate the ip's i set in the config files are correct or not and please let me know to get the green status with 100% health?
Thanks,