Hi everyone,
I've created an action trigger to send an alert to a Mattermost channel. I want to filter so only a certain group of hosts send alerts to Mattermost. The operations work perfectly, just not the filter on the trigger.
I have tried:
I've created an action trigger to send an alert to a Mattermost channel. I want to filter so only a certain group of hosts send alerts to Mattermost. The operations work perfectly, just not the filter on the trigger.
I have tried:
- Adding a "Host group equals <my group>" condition, but it was sending all alerts to the Mattermost channel
- Using condition using a tag: "Value of tag product equals <product name>", but it's still not filtering
Comment