Removed port from initial_master_nodes setting (#689)

* Updated Readme - removed port from initial_master_nodes setting as per updated elastic search documentation

Co-authored-by: cristian <cristian@creditinfo.co.uk>
Co-authored-by: Julien Mailleret <julien.mailleret@elastic.co>
This commit is contained in:
Cristian Pupazan 2020-05-06 13:07:34 +01:00 committed by GitHub
parent 20d2a8fe6e
commit 1de2bf7e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,7 +235,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" cluster.initial_master_nodes: "elastic02"
discovery.seed_hosts: "elastic02:9300" discovery.seed_hosts: "elastic02:9300"
http.port: 9200 http.port: 9200
node.data: false node.data: false
@ -252,7 +252,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" cluster.initial_master_nodes: "elastic02"
discovery.seed_hosts: "elastic02:9300" discovery.seed_hosts: "elastic02:9300"
http.port: 9200 http.port: 9200
node.data: true node.data: true