Datadog · Example Payload

Datadog Logs Http Log Item Example

AnalyticsDashboardsMonitoringPlatformT1Visualizations

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

Top-level fields

messagehostnameserviceddsourceddtagsstatus

Example Payload

Raw ↑
{
  "message": "CPU usage is high on {{host.name}}",
  "hostname": "Example Monitor",
  "service": "example_value",
  "ddsource": "example_value",
  "ddtags": "env:production",
  "status": "emerg"
}