You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The input systemd plugin returns unexpected data when the value of MESSAGE is between 503 and 535 characters (in my tests, but this may vary).
To Reproduce
Steps to reproduce the problem:
Tests with messages between 504 and 534 characters produce inconsistent outputs in Fluent Bit, while journalctl displays the values correctly.
Bug Report
Describe the bug
The
input systemd
plugin returns unexpected data when the value ofMESSAGE
is between 503 and 535 characters (in my tests, but this may vary).To Reproduce
Tests with messages between 504 and 534 characters produce inconsistent outputs in Fluent Bit, while
journalctl
displays the values correctly.Result in journalctl (504 characters as expected):
Result in Fluent Bit (535 characters):
Expected behavior
The plugin should pass data from systemd identically without altering it.
Screenshots
Your Environment
Additional context
The issue is not present in Fluent Bit versions v3.2.2 and earlier.
The text was updated successfully, but these errors were encountered: