aboutsummaryrefslogtreecommitdiffstats
path: root/community/elasticsearch/default-config.patch
blob: 0568a4f2266582de557efc73675efd0927f52de8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/config/elasticsearch.yml
+++ b/config/elasticsearch.yml
@@ -52,7 +52,12 @@
 #
 # Set the bind address to a specific IP (IPv4 or IPv6):
 #
-#network.host: 192.168.0.1
+#network.host: _site_
+#
+# The host address to bind the transport service to and to publish for
+# nodes in the cluster to connect to.
+#
+#transport.host: localhost
 #
 # Set a custom port for HTTP:
 #