aboutsummaryrefslogtreecommitdiffstats
path: root/community/elasticsearch/default-config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/elasticsearch/default-config.patch')
-rw-r--r--community/elasticsearch/default-config.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/elasticsearch/default-config.patch b/community/elasticsearch/default-config.patch
new file mode 100644
index 0000000000..0568a4f226
--- /dev/null
+++ b/community/elasticsearch/default-config.patch
@@ -0,0 +1,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:
+ #