You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the title: it would be nice to be able to filter alerts bu ORed fields. While this is possible on the Regex level (e.g. instance=~(foo|bar).*, this does not work when the criteria span fields, like instance=foo || alertname=bar (that notation is just an example, I have no strong feelings on what the actual syntax would look like).
The text was updated successfully, but these errors were encountered:
Also, I cannot create a filter instance=~"foo|bar" for an exact search of "foo" and "bar"; the search is performed as .*foo.*|.*bar.*. In Alertmanager this regex works.
As per the title: it would be nice to be able to filter alerts bu ORed fields. While this is possible on the Regex level (e.g.
instance=~(foo|bar).*
, this does not work when the criteria span fields, likeinstance=foo || alertname=bar
(that notation is just an example, I have no strong feelings on what the actual syntax would look like).The text was updated successfully, but these errors were encountered: