Discovery.zen.ping.unicast.hosts Value

Hi,
I am new to ES. Could you please guide me what would be the value of
discovery.zen.ping.unicast.hosts in elasticsearch.yml file. I want to
have two nodes in the cluster.

Regards,
Deepak

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/1002bf9a-4ce4-4892-a7fc-69fd7dd52291%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

As per my guess discovery.zen.ping.unicast.hosts value should be set to IP:port in both of the config files.

For example try this out:
discovery.zen.ping.unicast.hosts : ["node1_IP:9300","node2_IP:9300"]