Skip to content

Commit 9648a7b

Browse files
committed
Use elasticsearch as a single node
1 parent 55ce960 commit 9648a7b

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)