Hi There
can I filter an alarm state OK value, we want to close an alert based on alarm status.
here is what we have tried:
using "detail" and regex combination - filter does not work.
using "detailMap" requires string either a key or value which doesn't work since it's nested JSON
here is an example event
Hi @Saurabh Shah ,
If your alarm is not closing using the filter you've setup, you should be able to see why in the debug logs.
One common reason is that the payload is matching the filter for the 'create' action, and thus deduplicates (increases the count of an open alert with the same alias) and never reaches the 'close' action (since actions are processed from top to bottom, and can only match one action, per payload).
If you don't see the issue, please post a screenshot of your both your 'create' and 'close' actions - including both the filters and the alert body configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.