Policy Elastic Search Validation Enhancements
[policy/engine.git] / packages / base / src / files / install / elk / config / elasticsearch.yml
index ec6def0..ef32b08 100644 (file)
@@ -89,3 +89,8 @@ network.bind_host: ["_local_"]
 # 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