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

Adjust Timestamp Parsing #57

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Adjust Timestamp Parsing #57

merged 1 commit into from
Mar 6, 2024

Conversation

ricoberger
Copy link
Member

Since Fluent Bit v2.1.0, the event format is represented as 2-element array with a nested array as the first element. The timestamp element is allocated in the first position of that nested array, so that the logic to get the timestamp must be adjusted.

@ricoberger ricoberger added the changelog: changed Something was changed or updated label Mar 6, 2024
@ricoberger ricoberger force-pushed the adjust-timestamp-parsing branch 3 times, most recently from 0bdb489 to 69d5cd2 Compare March 6, 2024 15:17
Since Fluent Bit v2.1.0, the event format is represented as 2-element
array with a nested array as the first element. The timestamp element is
allocated in the first position of that nested array, so that the logic
to get the timestamp must be adjusted.
@ricoberger ricoberger merged commit ae8c816 into main Mar 6, 2024
3 checks passed
@ricoberger ricoberger deleted the adjust-timestamp-parsing branch March 6, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: changed Something was changed or updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant