Replies: 1 comment 1 reply
-
What output are you talking about there? It looks like it is interpreting it as a newline within the string but you'll notice Fluent Bit is not adding any further timestamps so I think this is just an output issue - the actual record is a single one with embedded new lines. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reference : https://docs.fluentbit.io/manual/pipeline/parsers/decoders
I have a json parser like this :
My input is from Fluentd logging driver (docker) :
My forward input is :
My output is :
Expected result : only one line like this :
Can you help me please
Beta Was this translation helpful? Give feedback.
All reactions