Hi,
I have a alert which send slack notification to 1 channel.
I want the same alert to send notifications to multiple channels for this I tried using nested policy in notification policies but somehow this is not working.
Please comment what is the correct way for doing this.
Can you show us your configurations?
I think you need to enable
Continue matching subsequent sibling nodes
option in your policy
welcome @hiteshchavhan
besides what @paulojorgefreitascab has pointed out, ensure that the label matchers of the alert rule match the notification policy(ies)
Note: When an alert matches both a parent policy and a child policy, the routing follows the the deepest matching child policy. as it provides a more specific match.
Hi @paulojorgefreitascab @antonio : Thanks for suggestions it worked as expected.
2 Likes