Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Make the order of configs consistent for comparing
Browse files Browse the repository at this point in the history
When comparing `es_config` for master and data nodes, the order was different. This PR makes it consistent, hence it is easy to compare.
  • Loading branch information
kaxil authored Sep 26, 2018
1 parent a157167 commit 571dde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 571dde5

Please # to comment.