on
02 Jun 2026
02:14 PM
- edited on
26 Aug 2026
09:33 AM
by
HannahM
This article helps you troubleshoot situations where logs are ingested into Dynatrace later than expected when using Log module (deployed via OneAgent or Dynatrace Operator). It applies to SaaS and Managed environments and covers file-based logs, container logs, and Windows Event Logs on Linux and Windows.
You query your most recent logs and find that the latest entry is older than expected. On average, logs ingested via OneAgent are available for querying about 60 seconds after they're generated, with individual records typically arriving within a few seconds to 2 minutes. When the gap is consistently larger than this, or grows over time, the agent is falling behind.
Two different problems can look identical at first glance. Check which one applies before continuing:
| Type | What it means | Key indicator |
|---|---|---|
| Actual ingest delay | The agent is reading and uploading log content later than expected. | An SFM data_loss.network event is present, and DQL shows recent records carrying timestamps that lag behind wall-clock time. |
| Apparent delay (timestamp) | The agent ingests promptly, but the log lines carry old timestamps, so they appear in Dynatrace with historical timestamps. | No SFM error events; DQL shows new records arriving with consistently old embedded timestamps. |
This article addresses actual ingest delay. If you're seeing an apparent delay, the issue lies in how the application or processing pipeline assigns timestamps, not in ingestion.
The following diagnosis applies to all three scenarios in the Resolution section.
data_loss.network events on the affected host. This event confirms that the agent is unable to keep up with the transmission of content.Symptoms
G:\logs\app\*\*) matching a large number of files.Resolution
In Settings → Collect and capture → Log Monitoring → Custom log sources, take one or more of these actions:
Symptoms
Diagnosis (additional)
To confirm the log source is on a network path, review the configured path in Settings > Collect and capture > Log Monitoring > Custom log sources and verify whether it points to a UNC path, mapped drive, or NFS/SMB mount.
Resolution
Symptoms
Resolution
In Settings > Collect and capture > Log Monitoring > Log ingest rules, add a rule to reduce the scope of the high-volume source. For example, filter for specific Event IDs in the Windows Security Log rather than ingesting all events.