19 Mar 2025
03:15 PM
- last edited on
20 Mar 2025
07:31 AM
by
MaciejNeumann
Hi,
I want to parsing my log with Openpipeline and I quickly encountered a problem displaying the full contents of my log file. When I display my logs (cf. screenshot in Log classic view), I notice that for the same log file, I will have several lines of content displayed regardless the timeframe. How can I do to have the log file ingest in its entirety in Dynatrace?
Thank you
Solved! Go to Solution.
19 Mar 2025 04:16 PM
Hi.
From the screenshot you shared, I assume logs are collected via OneAgent.
There is a Log entry boundary configuration available that configures OneAgent to proper do log splitting during ingest: https://docs.dynatrace.com/docs/analyze-explore-automate/logs/lma-log-ingestion/lma-log-ingestion-vi...
Additional option would be to check if in "Timestamp/Splitting patterns" configuration there is no 0 set under "Timestamp search limit" for this log source.
(this way OneAgent ignores timestamps and split logs based on default rules - In such case, each line that doesn't start with a whitespace is treated as the beginning of a new log record, and is automatically assigned a timestamp that is the time of reading a log record by OneAgent.)
20 Mar 2025 10:13 AM
Hi,
Thank you for your help! It works! 🙂