Is there a possibility to creade a dashboard that shows only active alerts that are unassigned?
In previous versions this was possible to select this.
In SQL it would look like:
SELECT FROM [opmcentral.[dbo.[Alert
WHERE SEVERITY != '5' and WHO = 'Unacknowledge'
Thx