summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-12-13 18:03:57 +0000
committerGerrit Code Review <gerrit@onap.org>2017-12-13 18:03:57 +0000
commit85e767c65b23a1fef35e5a0199a57bf755070815 (patch)
tree0f10a924ef3ff26664ebdebf3b8f967ea42b7f5b
parentaa9e865ccf191e814b50b8b4b51d516fc359d948 (diff)
parent436d3e2c78a8bff54f65ca1b07e71f5cc50e355a (diff)
Merge "Add ELK Security"
-rw-r--r--packages/base/src/files/install/elk/config/elasticsearch.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/base/src/files/install/elk/config/elasticsearch.yml b/packages/base/src/files/install/elk/config/elasticsearch.yml
index b890bb13b..ec6def080 100644
--- a/packages/base/src/files/install/elk/config/elasticsearch.yml
+++ b/packages/base/src/files/install/elk/config/elasticsearch.yml
@@ -54,8 +54,8 @@ path.logs: ${{POLICY_HOME}}/logs
#
# Set the bind address to a specific IP (IPv4 or IPv6):
#
-#network.host: 192.168.0.1
-network.host: ["${{ELK_NETWORK_HOST}}", "127.0.0.1"]
+# Only allow to run on localhost so it can't be queried from outside
+network.bind_host: ["_local_"]
#
# Set a custom port for HTTP:
#
@@ -88,4 +88,4 @@ network.host: ["${{ELK_NETWORK_HOST}}", "127.0.0.1"]
#
# Require explicit names when deleting indices:
#
-#action.destructive_requires_name: true \ No newline at end of file
+#action.destructive_requires_name: true