From f64e872fa7d6c45faf03fea13c9e02cde7062a25 Mon Sep 17 00:00:00 2001 From: Yannick Welsch Date: Fri, 14 Dec 2018 22:29:43 +0100 Subject: [PATCH] Use new cluster.initial_master_nodes setting in yml config Extracted from #34714 which will only be merged later. --- distribution/src/config/elasticsearch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distribution/src/config/elasticsearch.yml b/distribution/src/config/elasticsearch.yml index 445c6f5c07f..ceb1fc07864 100644 --- a/distribution/src/config/elasticsearch.yml +++ b/distribution/src/config/elasticsearch.yml @@ -67,11 +67,11 @@ ${path.logs} # #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 ----------------------------------- #