Replies: 4 comments 1 reply
-
bump up! Not sure how you solve it in the end... |
Beta Was this translation helpful? Give feedback.
-
it's not posible, the easiest fix is modifying you server to generate date with toISOString() and use another option i found is use a lua script for preformat the time field. |
Beta Was this translation helpful? Give feedback.
-
A way is: Notice this comment:
|
Beta Was this translation helpful? Give feedback.
-
same issue +1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Roarr JSON logger, which produces logs in the following format:
It is not clear when reading parser configuration how to configure
Time_Format
given that it asks to specify format compatible withstrptime
, and the latter does not have format for milliseconds.I see that the documentation includes section about fractional seconds, but it only mentions nanoseconds and not milliseconds:
I tried
%s%L
, but didn't have the desired effect.https://docs.fluentbit.io/manual/pipeline/parsers/configuring-parser
Beta Was this translation helpful? Give feedback.
All reactions