Add sequential ID to logs collected by fluent bit #9654
Unanswered
mbhegde-orcl
asked this question in
Q&A
Replies: 1 comment
-
you could use a lua filter or similar to handle it, bit of script to cope with incrementing the timer or resetting it on new timestamp |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some usecases where multiple logs are printed at quick succession and timestamp remains exactly the same.
I ingest the logs into opensearch and when querying, these logs don't come in same order.
Is it possible to remediate this? Is there a way to generate a sequential number for each log from the same
tail
source?Beta Was this translation helpful? Give feedback.
All reactions