Skip to content
6 changes: 5 additions & 1 deletion contentctl/output/templates/savedsearches_detections.j2
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
### {{app.label}} DETECTIONS ###

[ default ]
disabled = 1
search = | makeresults | eval text = "This search was removed in a previous release, or is otherwise not present."

{% for detection in objects %}
[{{ detection.get_conf_stanza_name(app) }}]
action.escu = 0
action.escu.enabled = 1
description = {{ detection.status_aware_description | escapeNewlines() }}
description = {{ detection.status_aware_description | escapeNewlines() }}
action.escu.mappings = {{ detection.mappings | tojson }}
action.escu.data_models = {{ detection.datamodel | tojson }}
action.escu.eli5 = {{ detection.status_aware_description | escapeNewlines() }}
Expand Down
Loading