Replies: 1 comment
-
Used a Lua script to append the
Lua Script
|
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
-
Hello, I am trying to get fluent-bit systemd plugin with Kafka as output working.
I am having issues retrieving the timestamp. The problem I see is the date field missing. I do see a discrepancy in the way date is retrieved when using stdout msgpack vs json. Below is a sample stdout as output with msgpack and json formats.
Having the output as stdout with type as msgpack, the log looks something like below.
Having the output as stdout with type as json does produce a data field that looks something like below.
Now, how do I create a avro schema to parse the
date
field?This is how the
[INPUT]
is configured.Beta Was this translation helpful? Give feedback.
All reactions