Use new cluster.initial_master_nodes setting in yml config
Extracted from #34714 which will only be merged later.
This commit is contained in:
parent
276726aea2
commit
f64e872fa7
|
@ -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 -----------------------------------
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue