You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
signal_names = ["Some Signal Name", "Wildcard Signal Name *"]
21
25
tags = ["_mitreAttackTactic:TA0009"]
22
26
}
@@ -31,7 +35,10 @@ The following arguments are supported:
31
35
-`ordered` - (Required) Whether the signals matching the rule IDs/signal names must be in the same chronological order as they are listed in the Custom Insight
32
36
-`name` - (Required) The name of the Custom Insight and the generated Insights
33
37
-`rule_ids` - (Optional) The Rule IDs to match to generate an Insight (exactly one of rule_ids or signal_names must be specified)
34
-
-`severity` - (Required) The severity of the generated Insights (HIGH, MEDIUM, or LOW)
38
+
-`severity` - (Required) The severity of the generated Insights (CRITICAL, HIGH, MEDIUM, or LOW)
39
+
-`dynamic_severity` - (Optional) The severity of the generated Insight that is based on the severity of the Signals that trigger the Insight.
40
+
+`minimum_signal_severity` - (Required) minimum Signal severity as the threshold for an Insight severity level
41
+
+`insight_severity` - (Required) The severity of the generated Insight (CRITICAL, HIGH, MEDIUM, or LOW)
35
42
-`signal_names` - (Optional) The Signal names to match to generate an Insight (exactly one of rule_ids or signal_names must be specified)
36
43
-`tags` - (Required) The tags of the generated Insights
0 commit comments