From 9364419cceb22b898c951f8982c7fce55fbf61d9 Mon Sep 17 00:00:00 2001 From: Anton Patsev <10828883+patsevanton@users.noreply.github.com> Date: Mon, 4 Nov 2019 23:18:00 +0600 Subject: [PATCH] Add cluster.initial_master_nodes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 416723d..f68ccba 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ An example of a three server deployment is shown below. The first server holds es_heap_size: "1g" es_config: cluster.name: "test-cluster" + cluster.initial_master_nodes: "elastic02:9300" discovery.seed_hosts: "elastic02:9300" http.port: 9200 node.data: false @@ -224,6 +225,7 @@ An example of a three server deployment is shown below. The first server holds - "/opt/elasticsearch" es_config: cluster.name: "test-cluster" + cluster.initial_master_nodes: "elastic02:9300" discovery.seed_hosts: "elastic02:9300" http.port: 9200 node.data: true