aboutsummaryrefslogtreecommitdiffstats
path: root/packages/install
diff options
context:
space:
mode:
Diffstat (limited to 'packages/install')
-rw-r--r--packages/install/src/files/elk.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/install/src/files/elk.conf b/packages/install/src/files/elk.conf
index 938954ce6..030c162c5 100644
--- a/packages/install/src/files/elk.conf
+++ b/packages/install/src/files/elk.conf
@@ -1,3 +1,7 @@
# elasticsearch
-ELK_JMX_PORT=9995 \ No newline at end of file
+ELK_JMX_PORT=9995
+
+#Add Numeric IP address below. If elastic search needs to be accessed from other servers.
+#The property is used to set for network.hosts in elasticsearch.yml file.
+ELK_NETWORK_HOST=127.0.0.1 \ No newline at end of file