Lua script does not alter record #8616
Unanswered
dominikhei
asked this question in
Q&A
Replies: 1 comment 6 replies
-
It's hard to debug a single line LUA filter, does it work with https://fluent.github.io/lua-sandbox/? |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hello, I have the following Filter, that should add a few keys to my json record:
However the logs that are output by fluentbit still look like this:
{"date":"2024-03-21T11:23:04.671154Z","log": "..."}
The new keys are not present, does anybody see what I did wrong?
Beta Was this translation helpful? Give feedback.
All reactions