Datadog Inbound Integration
Create alerts in ilert from Datadog events.
With the ilert Datadog integration, you can create alerts in ilert based on Datadog events.
- 1.Switch to the Alert Sources tab and click on the "Create new alert source" button
- 2.Assign name and select escalation chain
- 3.Select Datadog in the Integration type field and save.

- 1.On the next page a Webhook URL is generated. You will need this URL at the bottom of the setup in Datadog.

- 1.Go to Datadog integrations page and install Webhooks integration: https://app.datadoghq.com/account/settings#integrations
- 2.Click an Webhooks integration, scroll to bottom and add a new webhook:

- 1.Enter a name, the Datadog webhook URL from ilert alert source and template payload:
{
"body": "$EVENT_MSG",
"last_updated": "$LAST_UPDATED",
"event_type": "$EVENT_TYPE",
"alert_transition": "$ALERT_TRANSITION",
"alert_id": "$ALERT_ID",
"link": "$LINK",
"title": "$EVENT_TITLE",
"date": "$DATE",
"org": {
"id": "$ORG_ID",
"name": "$ORG_NAME"
},
"id": "$ID"
}

- 1.Click save button
- 2.The integration is now set up!
Are alerts in ilert automatically resolved?
Yes, as soon as an Incident is closed in Datadog, the corresponding Alert is automatically resolved in ilert.
Can I link Datadog to several alert sources in ilert?
Yes, create a webhook in Datadog for each alert source.
Last modified 3mo ago