My custom alert is triggering mails for zero events. Not sure why it's printing for 0 when responseStatus > 399
I have created the alert with condition responseStatus 499>20 ..Trigger an email. But it's printing zero record as well for every minute and triggering mail. Is it because of running the query in timechart instead of using stats count or we should not create with stats count
(responseStatus>399)| dedup requestId | stats count by responseStatus
How to set custom alert for this?