Hi,
I am trying to setup 3 master eligible nodes and the setting discovery.zen.ping.multicast.enabled: false
no more exists in elasticsearch 5. In elasticsearch 2.3, it was working fine. How can I do it in elasticsearch 5?
Thank you.
Hi,
I am trying to setup 3 master eligible nodes and the setting discovery.zen.ping.multicast.enabled: false
no more exists in elasticsearch 5. In elasticsearch 2.3, it was working fine. How can I do it in elasticsearch 5?
Thank you.
You don't need to worry about it, the default is unicast.
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-zen.html
In fact the setting you defined in 2.x was silently ignored as multicast was only available as a plugin.
5.0 rejects now unknown settings.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.