fluent-bit icon indicating copy to clipboard operation
fluent-bit copied to clipboard

Allow single line log entries after multilines

Open tom-dudley opened this issue 5 years ago • 1 comments

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.

tom-dudley avatar Aug 24 '20 20:08 tom-dudley

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[bot] avatar Apr 13 '21 02:04 github-actions[bot]

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[bot] avatar Nov 26 '24 02:11 github-actions[bot]

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[bot] avatar Aug 27 '25 02:08 github-actions[bot]