Dynatrace · JSON Structure

Dynatrace Log Monitoring V2 Log Record Structure

A log record retrieved from the Dynatrace Grail data lakehouse. Contains the original log content plus enriched metadata added by Dynatrace during ingestion and processing.

Type: object Properties: 6
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservability

LogRecord is a JSON Structure definition published by Dynatrace, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

timestamp content severity log.source dt.entity.host additionalFields

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A log record retrieved from the Dynatrace Grail data lakehouse. Contains the original log content plus enriched metadata added by Dynatrace during ingestion and processing.",
  "name": "LogRecord",
  "properties": {
    "timestamp": {
      "type": "string",
      "description": "The timestamp of the log record in ISO 8601 format."
    },
    "content": {
      "type": "string",
      "description": "The log message content."
    },
    "severity": {
      "type": "string",
      "description": "The severity level of the log record."
    },
    "log.source": {
      "type": "string",
      "description": "The source identifier of the log record."
    },
    "dt.entity.host": {
      "type": "string",
      "description": "The associated host entity ID."
    },
    "additionalFields": {
      "type": "object",
      "description": "Additional fields present in the log record beyond the standard set. Content varies based on what was ingested and how OpenPipeline processed the record."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}