Datadog · Example Payload

Datadog Logs Log Attributes Example

env:production

Datadog Logs Log Attributes Example is an example object payload from Datadog, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

timestampstatusmessagehostservicesourcetagsattributes

Example Payload

Raw ↑
{
  "timestamp": "2026-04-17T12:00:00Z",
  "status": "OK",
  "message": "CPU usage is high on {{host.name}}",
  "host": "example_value",
  "service": "example_value",
  "source": "example_value",
  "tags": [
    "env:production"
  ],
  "attributes": {}
}