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
Based on the Alertmanager configuration and the PrometheusRule CRD, I expected that alerts could be routed to specific Opsgenie teams based on the opsgenie_team label in the alert. However, the alerts are always assigned to the team associated with the Opsgenie integration. When using a global integration key (not tied to any specific team), the alerts remain unassigned.
If I set up a new Opsgenie outbound webhook with an integration key linked to a different Opsgenie team, the alerts do get routed correctly. But with potentially hundreds of Opsgenie teams, this manual approach is neither scalable nor secure. Creating individual Opsgenie integration keys for each team and configuring them in the Coralogix platform every time is not a practical solution.
Steps to reproduce
Create an opsgenie global(not assigned to any team) integration key
Create an alert rule in the above integration to dynamically assign the responders from the payload to responders team in the opsgenie
Problem
Based on the Alertmanager configuration and the PrometheusRule CRD, I expected that alerts could be routed to specific Opsgenie teams based on the opsgenie_team label in the alert. However, the alerts are always assigned to the team associated with the Opsgenie integration. When using a global integration key (not tied to any specific team), the alerts remain unassigned.
If I set up a new Opsgenie outbound webhook with an integration key linked to a different Opsgenie team, the alerts do get routed correctly. But with potentially hundreds of Opsgenie teams, this manual approach is neither scalable nor secure. Creating individual Opsgenie integration keys for each team and configuring them in the Coralogix platform every time is not a practical solution.
Steps to reproduce
Create an opsgenie global(not assigned to any team) integration key
Create an alert rule in the above integration to dynamically assign the
responders
from the payload toresponders
team in the opsgenieClone the repo
Actual Output:
exampleAlert2
, which has the labelopsgenie_team
set todemo_team
, is received in the opsgenie but remains unassigned.Expected output
demo_team
based on theopsgenie_team
labelThe text was updated successfully, but these errors were encountered: