Skip to content

Commit 0f3f474

Browse files
authored
Use elasticsearch as a single node
1 parent 55ce960 commit 0f3f474

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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)