We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55ce960 + 9648a7b commit 9c9d2d6Copy full SHA for 9c9d2d6
5/alpine/config/elasticsearch.yml
@@ -1,5 +1,5 @@
1
-network.host: 0.0.0.0
+http.host: 0.0.0.0
2
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
+# Uncomment the following lines for a production cluster deployment
+#transport.host: 0.0.0.0
+#discovery.zen.minimum_master_nodes: 1
5/config/elasticsearch.yml
0 commit comments