Skip to content

Commit 9c9d2d6

Browse files
authored
Merge pull request #153 from joelwurtz/patch-1
[RFC] Avoid boostrap check by not using elasticsearch in a cluster mode
2 parents 55ce960 + 9648a7b commit 9c9d2d6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

5/alpine/config/elasticsearch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
network.host: 0.0.0.0
1+
http.host: 0.0.0.0
22

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

5/config/elasticsearch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
network.host: 0.0.0.0
1+
http.host: 0.0.0.0
22

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

0 commit comments

Comments
 (0)