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.
1 parent 55ce960 commit 0f3f474Copy full SHA for 0f3f474
5/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
0 commit comments