Datadog · Schema

HTTPLogItem

A single log entry to submit to Datadog

AnalyticsDashboardsMonitoringPlatformT1Visualizations

Properties

Name Type Description
message string The message content of the log entry. This field is required and indexed for search.
hostname string The name of the host that generated the log entry
service string The name of the application or service that generated the log
ddsource string The source technology of the log (e.g., nginx, redis, java) used for automatic processing
ddtags string Comma-separated list of tags to apply to the log entry in key:value format
status string The severity or log level of the event (e.g., info, warning, error, critical)
View JSON Schema on GitHub