File tree Expand file tree Collapse file tree
templates/app_template/metadata Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### {{app.label}} DETECTIONS ###
22
3+ [default]
4+ disabled = 1
5+ description = "This search was removed in a previous release, or is otherwise not present."
6+ search = | makeresults | eval text = "This search was removed in a previous release, or is otherwise not present."
7+
38{% for detection in objects %}
49[{{ detection.get_conf_stanza_name(app) }}]
510action.escu = 0
611action.escu.enabled = 1
7- description = {{ detection.status_aware_description | escapeNewlines() }}
12+ description = {{ detection.status_aware_description | escapeNewlines() }}
813action.escu.mappings = {{ detection.mappings | tojson }}
914action.escu.data_models = {{ detection.datamodel | tojson }}
1015action.escu.eli5 = {{ detection.status_aware_description | escapeNewlines() }}
Original file line number Diff line number Diff line change @@ -6,18 +6,9 @@ export = system
66[savedsearches]
77owner = admin
88
9- # # Correlation Searches
10- [correlationsearches]
11- access = read : [ * ], write : [ * ]
12-
13- [governance]
14- access = read : [ * ], write : [ * ]
15-
16- # # Managed Configurations
17- [managed_configurations]
18- access = read : [ * ], write : [ * ]
19-
20- # # Postprocess
21- [postprocess]
22- access = read : [ * ], write : [ * ]
23-
9+ # # DO NOT EXPORT THE [default] stanza, and the [default] stanza alone.
10+ # # Because this comes later in the default.meta file, it overrides the
11+ # # export = system for [] above.
12+ # # We MAY want to consider change the access, like making this stanza read-only or similar
13+ [savedsearches/default]
14+ export = none
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " contentctl"
33
4- version = " 5.5.10 "
4+ version = " 5.5.11 "
55
66description = " Splunk Content Control Tool"
77authors = [" STRT <research@splunk.com>" ]
You can’t perform that action at this time.
0 commit comments