Alternatively you could add a Custom Query resource and use something like the query below specifying the object name in the where clause.
Select Name, ObjectName, TriggerTimeStamp, Acknowledged, AcknowledgedBy, Notes
From Orion.AlertStatus s
Join Orion.AlertDefinitions d on s.AlertDefID = d.AlertDefID
Where Acknowledged = '0'
Tony Johnson
Loop1 Systems