Dynatrace · Schema

LogIngestRecord

A single log record to ingest into the Dynatrace Grail data lakehouse. The content field is required. Additional fields provide context for routing, filtering, and entity association.

AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

Properties

Name Type Description
content string The main log message or text. Required. This is the primary searchable content of the log record.
severity string The severity level of the log record. Standard syslog severity levels are supported.
timestamp string The timestamp of the log record. Accepts ISO 8601 format (e.g., 2024-01-15T10:30:00.000Z) or Unix timestamp in milliseconds. If not specified, the ingestion time is used.
log.source string A string identifier for the source of the log record, such as an application name, component, or log file path.
dt.entity.host string The Dynatrace host entity ID to associate this log record with, e.g., HOST-1234567890ABCDEF. This enables correlation between logs and monitored infrastructure.
View JSON Schema on GitHub