Send Incidents to Datadog
The following steps describe how to send Moogsoft incidents to Datadog.
Go to the Moogsoft UI Data Config > Integrations > Outbound Integrations > Webhook page and set up a new integration as follows:
Type = Incident
URL =
https://api.datadoghq.com/api/v2/incidents
Authorization = No auth
Headers = Add the following key-value pairs:
DD-API-KEY = Your Datadog API key
DD-APPLICATION-KEY = Your Datadog application key
Content-type =
application/json
Body: Enter a JSON structure in the following format. For more information about specific fields, see the Datadog Incidents API documentation.
{ "data":{ "attributes":{ "customer_impacted":true, "customer_impact_scope":" $services ", "title":"$description", "fields":{ "services":{ "type":"autocomplete", "value":"$services" }, "severity":{ "type":"dropdown", "value":"SEV-1" }, "detection_method":{ "type":"dropdown", "value":"other" } } }, "relationships":{ "commander":{ "data":{ "id":"00000000-0000-0000-0000-000000000000", "type":"users" } } }, "type":"incidents" } }
This field supports "smart-lookaheads:"
Make sure there is a space before the cursor.
Press the dollar sign ($) to open a pop-up menu.
Select the incident field you want to include in the payload.
You can also enter
$incident_url
to include a URL in the payload. These URLs open the incident directly in the Moogsoft UI.
Watch a video
Watch a video on how to integrate Moogsoft with Datadog.