File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
contentctl/output/templates Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,14 @@ cron_schedule = {{ detection.deployment.scheduling.cron_schedule }}
35
35
dispatch.earliest_time = {{ detection.deployment.scheduling.earliest_time }}
36
36
dispatch.latest_time = {{ detection.deployment.scheduling.latest_time }}
37
37
action.correlationsearch.enabled = 1
38
+ action.correlationsearch.detection_type = ebd
38
39
action.correlationsearch.label = {{ detection.get_action_dot_correlationsearch_dot_label(app) }}
39
40
action.correlationsearch.annotations = {{ detection.annotations | tojson }}
40
41
action.correlationsearch.metadata = {{ detection.metadata | tojson }}
41
42
schedule_window = {{ detection.deployment.scheduling.schedule_window }}
42
43
{% if detection .deployment .alert_action .notable %}
43
44
action.notable = 1
45
+ action.notable.param._entities = [{"risk_object_field": "N/A", "risk_object_type": "N/A", "risk_score": "0"}]
44
46
action.notable.param.nes_fields = {{ detection.nes_fields }}
45
47
action.notable.param.rule_description = {{ detection.deployment.alert_action.notable.rule_description | custom_jinja2_enrichment_filter(detection) | escapeNewlines()}}
46
48
action.notable.param.rule_title = {% if detection .type | lower == "correlation" %} RBA: {{ detection.deployment.alert_action.notable.rule_title | custom_jinja2_enrichment_filter(detection) }}{% else %} {{ detection.deployment.alert_action.notable.rule_title | custom_jinja2_enrichment_filter(detection) }}{% endif +%}
You can’t perform that action at this time.
0 commit comments