Edge Delta Big Panda Output
less than a minute
Overview
This output type sends notifications and alerts to a specified BigPanda endpoint.
Example
- name: bigpanda-default
type: bigpanda
endpoint: "https://api.bigpanda.io/data/v2/alerts"
token: panda-token
app_key: panda-app-key
notify_content:
custom_fields:
"test-field": "test"
Parameters
name
Required
Enter a descriptive name for the output or integration.
For outputs, this name will be used to map this destination to a workflow.
name: error-anomaly-bigpanda
integration_name
Optional
This parameter refers to the organization-level integration created in the Integrations page.
If you need to add multiple instances of the same integration into the config, then you can add a custom name to each instance via the name parameter. In this situation, the name should be used to refer to the specific instance of the destination in the workflows.
integration_name: ed-alert-bigpanda
type: bigpanda
Required
Enter bigpanda.
type: bigpanda
endpoint
Required
Enter the BigPanda endpoint URL.
endpoint: "https://api.bigpanda.io/data/v2/alerts"
token
Required
Enter the BigPanda token.
token: panda-token
app_key
Required
Enter the BigPanda application key.
app_key: panda-app-key
notify_content: custom_fields
Optional
This parameter is used to customize the notification content.
If you do not want to use default fields in a notification, then create custom headers and fields.
custom_fields:
"test-field": "test"