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 be70c70Copy full SHA for be70c70
contentctl/output/templates/savedsearches_detections.j2
@@ -69,7 +69,7 @@ action.sendtophantom.param.phantom_server = {{ detection.deployment.alert_action
69
action.sendtophantom.param.sensitivity = {{ detection.deployment.alert_action.phantom.sensitivity | custom_jinja2_enrichment_filter(detection) }}
70
action.sendtophantom.param.severity = {{ detection.deployment.alert_action.phantom.severity | custom_jinja2_enrichment_filter(detection) }}
71
{% endif %}
72
-alert.digest_mode = 1
+alert.digest_mode = {% if detection.tags.throttling and detection.tags.throttling.fields %}0{% else %}1{% endif %}
73
disabled = {{ (not detection.enabled_by_default) | lower }}
74
enableSched = 1
75
allow_skew = 100%
0 commit comments