Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[filelogreceiver] fix: update logpath regex to include rotated files in container parser #38440

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

alexylew
Copy link

@alexylew alexylew commented Mar 6, 2025

Description

Extends log file path pattern in container parser to include rotated log files which are currently being rejected, leading to dropped logs.

Link to tracking issue

Fixes #35137

Testing

Added two test cases to include rotated file log path examples.

@alexylew alexylew requested review from djaglowski and a team as code owners March 6, 2025 19:15
Copy link

linux-foundation-easycla bot commented Mar 6, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@djaglowski
Copy link
Member

Please sign the CLA and add a changelog

@alexylew alexylew changed the title fix: update logpath regex to include rotated files in container parser [filelogreceiver] fix: update logpath regex to include rotated files in container parser Mar 10, 2025
@alexylew
Copy link
Author

@djaglowski CLA signed and changelog added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[receiver/filelog] Filelog receiver missing reading log lines in high throughput scenario
3 participants