File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
contentctl/output/templates Expand file tree Collapse file tree 1 file changed +0
-8
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 %}
You can’t perform that action at this time.
0 commit comments