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 d1e015b commit c9458b8Copy full SHA for c9458b8
contentctl/output/templates/savedsearches_detections.j2
@@ -74,7 +74,7 @@ action.notable.param.security_domain = {{ detection.tags.security_domain }}
74
{% if detection.rba %}
75
action.notable.param.severity = {{ detection.rba.severity }}
76
{% else %}
77
-{# Correlations do not have detection.rba defined, but should get a default severity #}
+{# Correlations do not have detection.rba defined, but should get a default severity #}
78
action.notable.param.severity = high
79
{% endif %}
80
0 commit comments