aboutsummaryrefslogtreecommitdiffstats
path: root/community/elasticsearch/default-config.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-02-05 14:05:34 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-02-05 14:09:22 +0100
commit5deaa8c0be48197217d5c94c3adbe9c4987fa837 (patch)
treed7f60835cc02fb44b89af26ef63a9ec2c94b82ca /community/elasticsearch/default-config.patch
parente80b05986e51be7fe18605bb8f836917723d1c5b (diff)
downloadaports-5deaa8c0be48197217d5c94c3adbe9c4987fa837.tar.bz2
aports-5deaa8c0be48197217d5c94c3adbe9c4987fa837.tar.xz
community/elasticsearch: improve default config
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:
+ #