I have the SWQL command on all alerts by severity, but I need to filter by a nodes custom property called BLDG.
Here is the SWQL from SolarWinds All Alerts by Severity:
SELECT AlertSeverity, AlertSeverityColor, AlertSevirtyIcon, ActiveAlerts, '/orion/netperfmon/alerts.aspx' as AlertSeverityLink FROM Orion.AllActiveAlerts.AggregatedSeverity
How do I add the filter to this?