Supported Providers
Grafana Incident Provider
Grafana Incident Provider alows you to query all incidents from Grafana Incident.
Authentication Parameters
The Grafana Incident provider requires the following authentication parameters:
host_url
- The URL of the Grafana Incident instance. Example:https://your-stack.grafana.net
service_account_token
- The service account token is used to authenticate the Grafana Incident API requests.
Getting started
- In your Grafana Cloud stack, click Alerts & IRM in the left-side menu.
- Click the Incident tile to enable the app for your Grafana Cloud instance.
- Once Grafana Incident is enabled it is accessible to users in your organization.
Connecting with the Provider
- After enabling the Grafana Incident app, navigate Adminstration > Users and access > Service Accounts.
- Create a new service account by clicking the Add Service Account button.
- Give the service account a name and assign role as Viewer.
- Click on Add service account token and click on Generate token.
- Copy the generated token.
- This will be used as the
service_account_token
parameter in the provider configuration.