I have an SWQL for my alerting on WPM Transactions. I'm trying to get the Alert Object that is causing the alert and can't figure it out. If anyone can improve the SWQL WPM Transaction alert I would appreciate any input. Thank you!
SELECT E0.[DisplayName], E0.[LastDateTimeUtc]
FROM Orion.SEUM.Transactions AS E0
WHERE ( ( E0.[Status] = '3'*1 ) OR ( E0.[Status] = '14'*1 ) OR ( ( E0.[Status] = '2'*1 ) ) OR ( ( E0.[Agent].[Engine].[Probe].[Agent].[Node].[CustomProperties].[Environment] = 'MDI - Prod' ) ) )