Merge branch 'master' into AddSSLSupport
This commit is contained in:
commit
9496192bc3
1 changed files with 2 additions and 0 deletions
|
|
@ -214,6 +214,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
|
||||
|
|
@ -230,6 +231,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue