Hello Kit,
1.DCRs and File Patterns:
DCRs use file patterns to locate and ingest logs. If your logs rotate and the file name changes (e.g., mylog.log becomes mylog.log.1), the DCR must be configured to match all possible rotated file names using wildcards like mylog*.log 1.
2.Record Delimiters and Time Format
DCRs rely on timestamp delimiters to identify new log entries. If rotated files lose this formatting or are truncated mid-record, ingestion may fail.
3.Transformations and Filtering
You can apply ingestion-time transformations to filter or reshape incoming data. This can help reduce file size and avoid unnecessary log entries.
Recommendations to Avoid File Rotation Issues
https://learn.microsoft.com/en-us/azure/azure-monitor/vm/data-collection-log-text
Please let me know if you face any challenge here, I can help you to resolve this issue further
If the comment was helpful, please click "Upvote"