Skip to main content
Question

Filter events that were associated with an alert or case

  • June 10, 2026
  • 2 replies
  • 30 views

bitshock1015
Forum|alt.badge.img+3

Hello team,

 

Is it possible to use UDM filters to filter the events that triggered a rule?

In QRadar, you can apply this type of filter to determine which event actually triggered the rule, and I’d like to know if SecOps has the same search mechanism, since we use this data to create a report.


Regards,

Renato Ferreira​​​​​​​

2 replies

_K_O
Forum|alt.badge.img+13
  • Silver 2
  • June 12, 2026

Hi ​@bitshock1015 , 

 

Is the info in this section what you’re looking for?

 

You can pull similar information using the detection queries in the SIEM search, e.g.

detection.detection.alert_state = "ALERTING"

The detection.detection fields do have quite a lot of information that you can extract based on your specific use cases:

 

 


dnehoda
Staff
Forum|alt.badge.img+18
  • Staff
  • June 14, 2026

detection.detection.rule_name = "your rule name”