Configuration-for-3-node-cluster

Please guide me how can I configuration-for-3-node-cluster.

915454-elastic3.newfrontierdata.com 172.24.32.218
915453-elastic2.newfrontierdata.com 172.24.32.217
915423-elastic1.newfrontierdata.com 172.24.32.209

vi /etc/elasticsearch/elasticsearch.yml

line 17: uncomment and change (any name you like)

cluster.name: newfrontierdata

line 23: uncomment and change (set Hostanme for node name)

node.name: ${HOSTNAME}

line 55: uncomment and change (listen all)

network.host: 0.0.0.0

line 68: uncomment and change (specify all Nodes)

discovery.zen.ping.unicast.hosts: ["172.24.32.209", "172.24.32.217", "172.24.32.218"]

line 72: uncomment and change

specify [(number of Master Eligible Node) / 2 + 1]

discovery.zen.minimum_master_nodes: 3

Please let me know above configuration is correct for 3 node cluster ?

Please don't post the same question more than once, it makes it harder for us to assist - Support for configuration-for-3-node-cluster