Merge "Adding PolicyType to getConfig Response"
[policy/engine.git] / packages / base / src / files / install / elk / config / elasticsearch.yml
index d9e8868..ef32b08 100644 (file)
@@ -54,7 +54,8 @@ path.logs: ${{POLICY_HOME}}/logs
 #
 # Set the bind address to a specific IP (IPv4 or IPv6):
 #
-#network.host: 192.168.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,3 +89,8 @@ path.logs: ${{POLICY_HOME}}/logs
 # Require explicit names when deleting indices:
 #
 #action.destructive_requires_name: true
+#--------------------------------- Scripting -----------------------------------
+# These will be removed in v6.0
+script.inline: false
+script.stored: false
+script.file: false