I have been receiving a lot of alarms from the device table, and I want to exclude only CC errors from the alarm table. Can I use a wildcard to exclude these?
When I add another row and wildcard is not helping me.
Bram Devlaminck [SLC] [DevOps Member] Answered question 12th December 2024
Hey,
The filtering also works as a fall-through chain.
You'll have to make sure that the most strict rule is at the top.
In the case of your screenshot: the top rule allows everything, so whatever you add below it won't have any affect.
Kind regards,
Jeyaram Sumanthiran [DevOps Member] Posted new comment 12th December 2024
José Silva [SLC] [DevOps Enabler] Answered question 12th December 2024
Thank you so much.