Use new cluster.initial_master_nodes setting in yml config

Extracted from #34714 which will only be merged later.
This commit is contained in:
Yannick Welsch 2018-12-14 22:29:43 +01:00
parent 276726aea2
commit f64e872fa7
1 changed files with 3 additions and 3 deletions

View File

@ -67,11 +67,11 @@ ${path.logs}
# #
#discovery.zen.ping.unicast.hosts: ["host1", "host2"] #discovery.zen.ping.unicast.hosts: ["host1", "host2"]
# #
# Prevent the "split brain" by configuring the majority of nodes (total number of master-eligible nodes / 2 + 1): # Bootstrap the cluster using an initial set of master-eligible nodes:
# #
#discovery.zen.minimum_master_nodes: #cluster.initial_master_nodes: ["node-1", "node-2"]
# #
# For more information, consult the zen discovery module documentation. # For more information, consult the discovery and cluster formation module documentation.
# #
# ---------------------------------- Gateway ----------------------------------- # ---------------------------------- Gateway -----------------------------------
# #