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

Allow single line log entries after multilines #2495

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tom-dudley
Copy link

Fixes #2473


Testing

Prior to this change I would get the following output when trying to capture some multiline entries in a log file which also had single line entries afterwards:

{"name"=>"John", "age"=>"50
Some other log entry
Yet another log entry"}

With this change I now correctly get:

{"name"=>"John", "age"=>"50"}
{"log"=>"Some other log entry"}
{"log"=>"Yet another log entry"}

Documentation

  • Documentation required for this feature

I can add a bit to the docs if it'll make thing clearer.


Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

@github-actions
Copy link
Contributor

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

Copy link
Contributor

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Mutliline regex for Tail input plugin does not work
1 participant