We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In Fluent Bit we introduced a new format for log records:
[[timestamp, {METADATA}], {EVENT}]
Fluent Bit code base has been updated to work with the old format and the new one. But the golang decoder is not updated and needs to be fixed.