Automatically process logs at ingestion

  • Latest Dynatrace
  • Explanation
  • 2-min read
  • Published Dec 08, 2025

Automatically ingest and process logs with OneAgent, Ingest JSON and TXT logs, or Dynatrace OTLP API endpoints for seamless log management.

Dynatrace applies a unified processing approach at ingestion. This approach ensures compatibility when switching integration mechanisms–such as transitioning from a log shipper integration to OneAgent–without requiring any additional or, in some cases, minimal configuration.

Logs are automatically prepared for processing, as the system is preconfigured to handle key attributes such as severity and timestamp. Furthermore, log payload parsing and supported file formats–JSON, OTLP, and TXT–are already accounted for, requiring no manual intervention.

Overview of integrations to ingest and process logs

Depending on the log integration, the automatic processing is tailored to accommodate different formats.

OneAgent is the preferred method for log ingestion. It provides the highest observability value and eliminates the need for manual parsing configuration. No additional configuration is required. If you have specific needs, you have the option to customize your experience.

You can make use of the following out-of-box options:

For optimal automatic log processing, you can make use of the following capabilities:

Log Monitoring API - JSON and TXT endpoint

Log Monitoring API automatically process ingested logs by:

  • Checking the supported Severity and Timestamp keys in LogMessageJson object.
  • JSON logs are processed on Log Monitoring API endpoints to preserve the original log structure. For more information on data models, see Ingest JSON and TXT logs.

Dynatrace OTLP API

Dynatrace OTLP API automatically process ingested logs by:

  • Checking the supported severity and timestamp keys.

  • Structured logs are processed on Dynatrace OTLP API endpoints to preserve the original log structure. For more information on data models, see Ingest OTLP logs.

Related tags
Log Analytics