Datadog with YAML

YAML parameters for Datadog

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to DATADOG.
integration_hash
Required
StringThe ID of the integration.
alert_type
Required
StringThe type of the alert. Can be one of SUCCESS, WARNING or ERROR.
titleStringThe title of the posted event.
contentStringThe content of the posted event.
aggregation_keyStringAn arbitrary string to use for aggregation, max length of 100 characters. If you specify a key, all events using that key will be grouped together in the Event Stream.
hostStringThe Host name to associate with the event. Any tags associated with the host will also be applied to this event.
tagsString[]The list of tags to apply to the event.
regionStringThe Datadog region. Can be one of NA or EU. If not set, the default is NA.

YAML example for Datadog

actions:
- action: "Datadog Action"
  type: "DATADOG"
  trigger_time: "ON_EVERY_EXECUTION"
  host: "$host"
  title: "Something big happened!"
  content: "And let me tell you all about it here!"
  tags:
  - "version:1"
  - "application:web"
  region: "EU"
  integration_hash: "5ddb7c180fb38be67bd78a88a"
  alert_type: "warning"
  variables:
  - key: "host"
    value: "linux"

Last modified on April 6, 2023

Get Started

Sign up for free and deploy your project in less than 10 minutes.