Hi
I am using Elasticsearch 2.3.3
I have machine A with following settings
cluster.name: jkaurelasticcluster
discovery.zen.ping.multicast.enabled: true
And another machine B with following settings
cluster.name: jkaurelasticcluster
discovery.zen.ping.multicast.enabled: true
Both the above machines are on same network but despite above settings the cluster through multi cast discovery doesnot form.
Are there any settings that I am missing ?