How can I delay the trigger of the email alert to lets say 5 minutes?
Ex.
The alert detected the response_code=500, but I would like the email alert to trigger on the 5th minute if the response_code is still the same (500). Is it possible?
Thanks!
Thanks for the reply. Do you mean in the earliest and latest configuration in the time range of the alert?
Thanks!
Yes, use -5m@m and @m respectively to cover the previous 5 minutes
Set up the alert so that every minute it looks back 5 minutes and looks for events 5 minutes ago which are still present and only generate results when this is true.