Hello,
I'm trying to configure Slack integration to send Kubernetes alerts to different Slack channels based on different set of tags.
I would like to implement something like:
IF cluster=staging AND (namespace=airflow OR namespace=kafka OR namespace=flink)
Alert Filter with Match all conditions below is not working with "OR" operator:
Alert Filter with Match one or more conditions below leads to receiving all alerts from staging cluster that not meet the initial requirement.
Is it possible to configure Slack integration with advanced filtering that can combine "AND" and "OR" operators?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.