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 093d75b commit f029288Copy full SHA for f029288
contentctl/output/templates/savedsearches_detections.j2
@@ -55,6 +55,9 @@ action.email.subject.alert = {{ detection.deployment.alert_action.email.subject
55
action.email.to = {{ detection.deployment.alert_action.email.to }}
56
action.email.message.alert = {{ detection.deployment.alert_action.email.message | custom_jinja2_enrichment_filter(detection) | escapeNewlines() }}
57
action.email.useNSSubject = 1
58
+{% if detection.deployment.alert_action.email.sendcsv %}
59
+action.email.sendcsv = 1
60
+{% endif %}
61
{% endif %}
62
{% if detection.deployment.alert_action.slack %}
63
action.slack = 1
0 commit comments