Merge pull request #629 from patsevanton/patch-1

Add cluster.initial_master_nodes
This commit is contained in:
Julien Mailleret 2019-11-06 12:01:14 -05:00 committed by GitHub
commit a54fea0541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,6 +208,7 @@ An example of a three server deployment is shown below. The first server holds
es_heap_size: "1g" es_heap_size: "1g"
es_config: es_config:
cluster.name: "test-cluster" cluster.name: "test-cluster"
cluster.initial_master_nodes: "elastic02:9300"
discovery.seed_hosts: "elastic02:9300" discovery.seed_hosts: "elastic02:9300"
http.port: 9200 http.port: 9200
node.data: false node.data: false
@ -224,6 +225,7 @@ An example of a three server deployment is shown below. The first server holds
- "/opt/elasticsearch" - "/opt/elasticsearch"
es_config: es_config:
cluster.name: "test-cluster" cluster.name: "test-cluster"
cluster.initial_master_nodes: "elastic02:9300"
discovery.seed_hosts: "elastic02:9300" discovery.seed_hosts: "elastic02:9300"
http.port: 9200 http.port: 9200
node.data: true node.data: true