Skip to main content
Question

Secops Dashboard-Filters Query

  • March 24, 2026
  • 0 replies
  • 12 views

Sanzz

Hi ,

 

I’ve noticed that when I refer data tables in a dashboard query, I’m unable to apply the global filter to that specific widget. Is this a known limitation in Google SecOps?”

Query :

case.alerts.entities.type = "ADDRESS"

$ip = case.alerts.entities.identifier

$ip in %Test.Value

Match:

    case.priority

outcome:

    $Count = count(case.name)


In the above query, I need to apply a global filter based on case.alerts.entities.identifier. However, when I try to create a filter using this field, the corresponding widget becomes greyed out. Could someone help me with a solution to this issue?”

Thank you!