Menu
Grafana Cloud Enterprise Open source

Configure Slack for Alerting

Use the Grafana Alerting - Slack integration to send Slack notifications when your alerts are firing.

There are two ways of integrating Slack into Grafana Alerting.

  1. Use a Slack API token

    Enable your app to access the Slack API. If, for example, you are interested in more granular control over permissions, or your project is expected to regularly scale, resulting in new channels being created, this is the best option.

  2. Use a Webhook URL

    Webhooks is the simpler way to post messages into Slack. Slack automatically creates a bot user with all the necessary permissions to post messages to one particular channel of your choice.

Note

Grafana Alerting only allows one Slack channel per contact point.

Before you begin

Slack API Token

If you are using a Slack API Token, complete the following steps.

  1. Follow steps 1 and 2 of the Slack API Quickstart.
  2. Add the chat:write.public scope to give your app the ability to post in all public channels without joining.
  3. In OAuth Tokens for Your Workspace, copy the Bot User OAuth Token.
  4. Open your Slack workplace.
  5. Right click the channel you want to receive notifications in.
  6. Click View channel details.
  7. Scroll down and copy the Channel ID.

    Note

    While going through these steps, Slack may prompt you to Reinstall your app in order for the changes to take effect.

Webhook URL

If you are using a Webhook URL, follow steps 1 and 5 in the Slack API Quickstart.

Note

Make sure you copy the Slack app Webhook URL. You will need this when setting up your contact point integration in Grafana Alerting.

Procedure

To create your Slack integration in Grafana Alerting, complete the following steps.

  1. Navigate to Alerts & IRM -> Alerting -> Contact points.
  2. Click + Add contact point.
  3. Enter a contact point name.
  4. From the Integration list, select Slack.
  5. If you are using a Slack API token:
    • In the Recipient field, copy in the channel ID.
    • In the Token field, copy in the Bot User OAuth Token that starts with “xoxb-”.
  6. If you are using a Webhook URL, in the Webhook field, copy in your Slack app Webhook URL.
  7. Click Test to check that your integration works.
  8. Click Save contact point.

Next steps

The Slack contact point is ready to receive alert notifications.

To add this contact point to your alert, complete the following steps.

  1. In Grafana, navigate to Alerting > Alert rules.
  2. Edit or create a new alert rule.
  3. Scroll down to the Configure labels and notifications section.
  4. Under Notifications click Select contact point.
  5. From the drop-down menu, select the previously created contact point.
  6. Click Save rule and exit.