Datadog
This forwarder is used to send a log record to Datadog.
Data Model
Notes:
- The key is NOT encrypted in the database.
- Those fields are "dynamic", consult this page for more information.
- 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>",
}