[Policy-52, Policy-92, Policy-93] Policy Enhancements and bugfixes
[policy/engine.git] / packages / base / src / files / install / elk / config / elasticsearch.yml
index d9e8868..b890bb1 100644 (file)
@@ -55,6 +55,7 @@ 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"]
 #
 # Set a custom port for HTTP:
 #
@@ -87,4 +88,4 @@ path.logs: ${{POLICY_HOME}}/logs
 #
 # Require explicit names when deleting indices:
 #
-#action.destructive_requires_name: true
+#action.destructive_requires_name: true
\ No newline at end of file