Troubleshooting
Articles about how to solve the most common problems
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
noel_david
Dynatrace Helper
Dynatrace Helper

Logs Troubleshooting Map

A decision-tree guide for troubleshooting log ingestion, parsing, processing, correlation, and alerting issues in Dynatrace.
Logs can be collected through OneAgent, OpenPipeline, Fluent Bit, FluentD, Syslog, ActiveGate Extensions, REST API ingestion, Kubernetes, Azure, Google Cloud, and more.
Use this map to quickly identify where the problem lies and jump directly to the most relevant troubleshooting article.
 
 

How to use this map

Work through the steps in order. The first one that matches your symptom is almost always the right entry point.

 

  • Step 1 — Are logs visible in Dynatrace at all?
  • Step 2 — Which ingestion method is used?
  • Step 3 — Logs arrive, but do they look wrong?
  • Step 4 — Are log-based metrics or events silent?
  • Step 5 — Are logs and traces failing to correlate?
  • Step 6 — Any Dynatrace Managed cluster warnings?

 


Step 1 — Are logs visible in Dynatrace?

If no, you are in the missing-logs category.

Typical symptoms

  • No records returned in the Log Viewer
  • Log monitoring is enabled but nothing appears
  • Logs disappeared after a configuration change
  • ActiveGate extension logs are missing

Troubleshooting articles

If logs are visible, skip to Step 3.


Step 2 — Which ingestion method is used?

Pick the section that matches how logs enter Dynatrace.

REST API

Symptoms

  • POST /api/v2/logs/ingest fails or returns errors
  • Data accepted but never indexed
  • Token or permission issues
  • Payload rejected as malformed

Troubleshooting Log Ingestion via API 


Fluent Bit

Symptoms

  • Fluent Bit reports successful delivery, logs never reach Dynatrace
  • OTLP conversion issues
  • Records visible in Fluent Bit stdout but missing in Dynatrace

Troubleshooting Logs Ingested via Fluent Bit 


FluentD

Symptoms

  • Forwarder is working but only some logs land
  • Partial ingestion, parsing failures
  • Mixed-language or multi-byte payloads dropping fields

Multi-Language Log Ingest for Dynatrace via FluentD 


Kubernetes / OpenShift

Symptoms

  • Container logs missing for specific pods or namespaces
  • Node-level agent collecting but nothing indexed
  • OpenPipeline stage filtering out records unexpectedly

Articles


Azure

Symptoms

  • Azure resource logs missing in Grail or Classic
  • Azure Native Dynatrace integration reporting healthy, but no data
  • Multi-tenant Azure subscriptions

Articles


Google Cloud

Symptoms

  • Cloud Logging exports set up but Dynatrace shows no data
  • GCP Monitor integration errors

Google Cloud Monitor Troubleshooting — 


Syslog

Symptoms

  • ActiveGate syslog receiver not ingesting
  • RFC-5424 formatting issues
  • Vendor-specific syslog payloads (firewalls, network gear) not parsing

Articles


Rate limiting (HTTP 429)

Symptoms

  • Ingest endpoint returns HTTP 429
  • Some records land, others silently drop

Dynatrace does not ingest logs (HTTP 429) 


Ingest delay (any source)

Symptoms

  • Logs eventually appear, but minutes late
  • Delay grows during traffic spikes

Troubleshooting Log Ingest Delay in Log Module 


Step 3 — Are logs visible but parsed incorrectly?

JSON parsing issues

Symptoms

  • JSON fields appear collapsed inside the content field
  • Expected attributes are not extracted

Troubleshooting JSON Parsing in Log Module 


Log boundary detection issues

Symptoms

  • Stack traces split across multiple entries
  • Multi-line events broken up

Troubleshooting Log Boundary Detection in Log Module 


Log rotation issues

Symptoms

  • Gaps in ingestion aligned with log rotation times
  • Rotated files re-read, causing duplicates
  • New file not picked up

Troubleshooting Log Rotation Issues in Log Module 


Ingested logs don't look as expected

Symptoms

  • Content is truncated, reordered, or missing fields
  • Attributes are dropped or renamed

Why don't ingested logs look as expected? 


Attribute key mismatch

Symptoms

  • Warning banner in Log Viewer about mismatched attribute keys

Articles


Case-sensitive query issues

Symptoms

  • Queries return unexpected results
  • Search only works with exact capitalization

Articles


Timestamp issues

Symptoms

  • Log entries appear out of order
  • Timestamp drift after an agent upgrade
  • Behavior changed after moving to OneAgent 1.313+

Timestamps in Logs with OneAgent 1.313+ 


Log enrichment overhead

Symptoms

  • CPU or memory spikes on hosts running the log enrichment component
  • Performance regression after enabling log enrichment features

High Resource Overhead from the Log Enrichment Component 


Step 4 — Are log-based metrics or events silent?

Symptoms

  • A log-based metric exists but shows no data
  • Log-based event never triggers
  • Problem opens against the wrong entity

Articles


Step 5 — Are logs and traces not correlated?

Symptoms

  • "View Trace" option missing on a log entry
  • Trace ID is present in the log payload but no link is drawn
  • Logs-to-Traces navigation unavailable

Why I Can't See Traces in Log View Page 


Step 6 — Are you seeing Dynatrace Managed cluster warnings?

Log ingest queue full

Symptom: cluster warning "Log ingest queue is full".

Log Ingest Queue Is Full — Dynatrace Managed 

Log data trimmed

Symptom: cluster warning "Ingested log data is trimmed".

Ingested Log Data Is Trimmed — Dynatrace Managed 

Version history
Last update:
‎29 Jul 2026 01:40 PM
Updated by:
Comments
AntonPineiro
DynaMight Guru
DynaMight Guru

Hi, nice summary, thank you! :take_my_money: