From 5deaa8c0be48197217d5c94c3adbe9c4987fa837 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 5 Feb 2019 14:05:34 +0100 Subject: community/elasticsearch: improve default config --- community/elasticsearch/default-config.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 community/elasticsearch/default-config.patch (limited to 'community/elasticsearch/default-config.patch') 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: + # -- cgit v1.2.3