1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/elasticsearch/default-config.patch
2019-02-05 14:09:22 +01:00

16 lines
377 B
Diff

--- 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:
#