File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
contentctl/output/templates Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,7 @@ cron_schedule = {{ detection.deployment.scheduling.cron_schedule }}
57
57
dispatch.earliest_time = {{ detection.deployment.scheduling.earliest_time }}
58
58
dispatch.latest_time = {{ detection.deployment.scheduling.latest_time }}
59
59
action.correlationsearch.enabled = 1
60
- {% if detection .status == "deprecated" %}
61
- action.correlationsearch.label = {{APP_NAME}} - Deprecated - {{ detection.name }} - Rule
62
- {% elif detection .status == "experimental" %}
63
- action.correlationsearch.label = {{APP_NAME}} - Experimental - {{ detection.name }} - Rule
64
- {% elif detection .type | lower == "correlation" %}
65
- action.correlationsearch.label = {{APP_NAME}} - RIR - {{ detection.name }} - Rule
66
- {% else %}
67
60
action.correlationsearch.label = {{APP_NAME}} - {{ detection.name }} - Rule
68
- {% endif %}
69
61
action.correlationsearch.annotations = {{ detection.annotations | tojson }}
70
62
action.correlationsearch.metadata = {{ detection.getMetadata() | tojson }}
71
63
{% if detection .deployment .scheduling .schedule_window is defined %}
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " contentctl"
3
- version = " 4.2.1 "
3
+ version = " 4.2.2 "
4
4
description = " Splunk Content Control Tool"
5
5
authors = [
" STRT <[email protected] >" ]
6
6
license = " Apache 2.0"
You can’t perform that action at this time.
0 commit comments