diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-02-05 14:05:34 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-02-05 14:09:22 +0100 |
commit | 5deaa8c0be48197217d5c94c3adbe9c4987fa837 (patch) | |
tree | d7f60835cc02fb44b89af26ef63a9ec2c94b82ca /community/elasticsearch/default-config.patch | |
parent | e80b05986e51be7fe18605bb8f836917723d1c5b (diff) | |
download | aports-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.patch | 16 |
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: + # |