Docs » Send alert notifications to third-party services using Splunk Observability Cloud » Send alert notifications to BigPanda using Splunk Observability Cloud

Send alert notifications to BigPanda using Splunk Observability Cloud 🔗

You can configure Splunk Observability Cloud to automatically send alert notifications to BigPanda when a detector alert condition is met and when the alert clears.

To send Splunk Observability Cloud alert notifications to BigPanda, complete the following configuration tasks:

Step 1: Create an Observability Cloud integration in BigPanda 🔗

You must be a BigPanda administrator to complete this task.

To create an Observability Cloud integration in BigPanda:

  1. Log in to BigPanda.

  2. Access the Integrations page and select New Integration.

  3. Hover over the ALERTS REST API tile and select Integrate.

  4. Enter a descriptive name for the integration and select Generate App Key.

  5. The app key displays. Copy the app key for use in Step 2: Create a BigPanda integration in Observability Cloud.

  6. Select ALERTS REST API. Copy the bearer token for use in Step 2: Create a BigPanda integration in Observability Cloud.

Step 2: Create a BigPanda integration in Observability Cloud 🔗

You must be an Observability Cloud administrator to complete this task.

To create a BigPanda integration in Observability Cloud:

  1. Log in to Splunk Observability Cloud.

  2. Open the BigPanda guided setup . Optionally, you can navigate to the guided setup on your own:

    1. In the left navigation menu, select Data Management.

    2. Select Add Integration.

    3. In the integration filter menu, select All.

    4. In the Search field, search for BigPanda, and select it.

    5. Select New Integration to display the configuration options.

  3. By default, the name of the integration is BigPanda. Give your integration a unique and descriptive name. For information about the downstream use of this name, see About naming your integrations.

  4. In the App Key field, enter the app key you copied from BigPanda in Step 1: Create an Observability Cloud integration in BigPanda.

  5. In the Token field, enter the token you copied from BigPanda in Step 1: Create an Observability Cloud integration in BigPanda.

  6. Save.

  7. If Splunk Observability Cloud can validate the BigPanda app key and token, a Validated! success message displays. If you get an error, make sure that the app key and token values you entered match the values displayed in BigPanda in Step 1: Create an Observability Cloud integration in BigPanda.

Step 3: Add a BigPanda integration as a detector alert recipient in Observability Cloud 🔗

To add a BigPanda integration as a detector alert recipient in Observability Cloud:

  1. Create or edit a detector that you want to configure to send alert notifications using your BigPanda integration.

    For more information about working with detectors, see Create detectors to trigger alerts and Subscribe to alerts using the Detector menu.

  2. In the Alert recipients step, select Add Recipient.

  3. Select BigPanda and then select the name of the BigPanda integration you want to use to send alert notifications. This is the integration name you created in Step 2: Create a BigPanda integration in Observability Cloud.

  4. Activate and save the detector.

Splunk Observability Cloud sends an alert notification to BigPanda when the detector triggers an alert and when the alert clears.

In addition to sending a subject, description, and other information to BigPanda, the integration maps certain pieces of Observability Cloud detector information to corresponding BigPanda properties as described in the following table.

Splunk Observability Cloud information

BigPanda property and value

Alert severity is Critical

status: Critical

Alert severity is Major, Minor, Warning, or Informational

status: Warning

Alert clears or manually resolved, or detector stops

status: OK

Detector rule name

check: Detector rule name

Metric has a dimension named cluster

cluster: Value of the cluster dimension

Metric has a dimension named host

host: Value of the host dimension

Metric has any other dimension

Custom properties, each named sfx_<dimension-name>: Value of the dimension.

If there are any name collisions between Observability Cloud dimensions and BigPanda status or check properties, Observability Cloud creates a new custom property in BigPanda. For example, if there is an Observability Cloud dimension named status, Observability Cloud creates a custom property named sfx_status and stores the value of the status dimension there.