Opsgenie¶
Robusta can send playbooks results to the OpsGenie alerts API.
To configure OpsGenie, We need an OpsGenie API key. It can be configured using the OpsGenie team integration.
Configuring the OpsGenie sink¶
values.yaml
sinks_config:
- opsgenie_sink:
name: ops_genie_sink
api_key: OpsGenie integration API key # configured from OpsGenie team integration
teams:
- "noc"
- "sre"
tags:
- "prod a"
Example Output: