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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.