Hello,
I would like to create a custom alert with SWQL request but I don't understand how it works. my request is this :
Select Count(CA.ApplicationID) AS CountProcess
From Orion.APM.ComponentAlert AS CA
WHERE CA.ComponentName = 'Interface Backup Audit < 1' and CA.ComponentAvailability like '%up%' and CA.Component.Application.Name = 'LOGIPREN_Appli'
But when i create a custom alert it displays this :

I can't change the "SELECT" condition to use the function "Count". I also don't understand what is the "URI" attribute.
Someone can help me please ?