Replies: 2 comments
-
Used a Lua script to append the
Lua Script
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I too stumbled on this myself and resorted to a similar solution. I find it absolutely insane that Lua is the only option for this. Like just add the timestamp. I must be missing something. Ideally it would use |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
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