We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5daee4a commit 1b32cceCopy full SHA for 1b32cce
contentctl/output/templates/savedsearches_detections.j2
@@ -73,6 +73,7 @@ action.notable.param.severity = high
73
{% endif %}
74
75
{% if detection.deployment.alert_action.email %}
76
+action.email = 1
77
action.email.subject.alert = {{ detection.deployment.alert_action.email.subject | custom_jinja2_enrichment_filter(detection) | escapeNewlines() }}
78
action.email.to = {{ detection.deployment.alert_action.email.to }}
79
action.email.message.alert = {{ detection.deployment.alert_action.email.message | custom_jinja2_enrichment_filter(detection) | escapeNewlines() }}
0 commit comments