File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
contentctl/output/templates Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- ### {{app.label}} DETECTIONS ###
2-
31[default]
42disabled = 1
53description = "This search was removed in a previous release, or is otherwise not present."
64search = | makeresults | eval text = "This search was removed in a previous release, or is otherwise not present."
75
6+ ### {{app.label}} DETECTIONS ###
7+
8+
89{% for detection in objects %}
910[{{ detection.get_conf_stanza_name(app) }}]
1011action.escu = 0
1112action.escu.enabled = 1
12- description = {{ detection.status_aware_description | escapeNewlines() }}
13+ description = {{ detection.status_aware_description | escapeNewlines() }}
1314action.escu.mappings = {{ detection.mappings | tojson }}
1415action.escu.data_models = {{ detection.datamodel | tojson }}
1516action.escu.eli5 = {{ detection.status_aware_description | escapeNewlines() }}
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " contentctl"
33
4- version = " 5.5.11 "
4+ version = " 5.5.12 "
55
66description = " Splunk Content Control Tool"
77authors = [" STRT <research@splunk.com>" ]
You can’t perform that action at this time.
0 commit comments