Skip to content

Commit

Permalink
Merge pull request #153 from joelwurtz/patch-1
Browse files Browse the repository at this point in the history
[RFC] Avoid boostrap check by not using elasticsearch in a cluster mode
  • Loading branch information
yosifkit authored Jan 11, 2017
2 parents 55ce960 + 9648a7b commit 9c9d2d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions 5/alpine/config/elasticsearch.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
network.host: 0.0.0.0
http.host: 0.0.0.0

# this value is required because we set "network.host"
# be sure to modify it appropriately for a production cluster deployment
discovery.zen.minimum_master_nodes: 1
# Uncomment the following lines for a production cluster deployment
#transport.host: 0.0.0.0
#discovery.zen.minimum_master_nodes: 1
8 changes: 4 additions & 4 deletions 5/config/elasticsearch.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
network.host: 0.0.0.0
http.host: 0.0.0.0

# this value is required because we set "network.host"
# be sure to modify it appropriately for a production cluster deployment
discovery.zen.minimum_master_nodes: 1
# Uncomment the following lines for a production cluster deployment
#transport.host: 0.0.0.0
#discovery.zen.minimum_master_nodes: 1

0 comments on commit 9c9d2d6

Please sign in to comment.