Skip to main content

native dashboard SOAR query field for event type

  • March 16, 2026
  • 1 reply
  • 22 views

vanitharaj1208
Forum|alt.badge.img+15

Hi team,

In Chronicle SOAR case queries, I want to retrieve the Event Type value shown in the Events tab (for example RESOURCE_CREATION).

In the UI this appears under the TYPE column for the event. What is the correct field to reference in a case query to fetch this value?

Thanks!

1 reply

cmorris
Staff
Forum|alt.badge.img+11
  • Staff
  • March 17, 2026

In native dashboards, try case.alerts.metadata.collection_elements.references.event.metadata.event_type

Ex. 

case.alerts.metadata.collection_elements.references.event.metadata.event_type = $event_type
$event_type = "RESOURCE_CREATION"

match:
$event_type, case.alerts.metadata.case_name