Make the order of configs consistent for comparing
When comparing `es_config` for master and data nodes, the order was different. This PR makes it consistent, hence it is easy to compare.
This commit is contained in:
parent
a1571674d4
commit
571dde5ac2
1 changed files with 1 additions and 1 deletions
|
|
@ -218,13 +218,13 @@ An example of a two server deployment is shown below. The first server holds th
|
|||
es_data_dirs:
|
||||
- "/opt/elasticsearch"
|
||||
es_config:
|
||||
cluster.name: "test-cluster"
|
||||
discovery.zen.ping.unicast.hosts: "elastic02:9300"
|
||||
http.port: 9200
|
||||
transport.tcp.port: 9300
|
||||
node.data: true
|
||||
node.master: false
|
||||
bootstrap.memory_lock: false
|
||||
cluster.name: "test-cluster"
|
||||
es_scripts: false
|
||||
es_templates: false
|
||||
es_version_lock: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue