Skip to main content

Datadog

This forwarder is used to send a log record to Datadog.

Data Model

Notes:

  1. The key is NOT encrypted in the database.
  2. Those fields are "dynamic", consult this page for more information.
  3. For more information about Datadog parameters visit this page

Behavior

POST <URL>
Accept: application/json
Content-Type: application/json
DD-API-KEY: <APIKEY>

{
"ddtags": "<log.ddtags>",
"ddsource": "<log.ddsource>",
"hostname": "<log.hostname>",
"service": "<log.service>",
"message": "<log.message>",
}