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
Esql.rule_severity_values = VALUES(kibana.alert.risk_score) by user.name
47
+
Esql.rule_severity_values = VALUES(kibana.alert.risk_score) by user.name, user.id
48
48
49
49
// filter for alerts from same destination.ip reported by different integrations with unique categories and with different severity levels
50
-
| where Esql.event_module_distinct_count >= 2 and Esql.event_category_distinct_count >= 2 and Esql.rule_severity_distinct_count >= 2
50
+
| where Esql.event_module_distinct_count >= 2 and Esql.event_category_distinct_count >= 2 and (Esql.rule_risk_score_distinct_count >= 2 or Esql.rule_severity_values == 73)
0 commit comments