Replies: 1 comment 6 replies
-
I would look at the docs for the modify/record_modifier filters, these can add/update/delete fields. |
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.
-
Hi
I'm running fluentbit to push logs to opensearch from kubernetes. I have multiple application which have a field "message" and the type is string. There is a new 3rd party application deployed and it too has a field "message" but the type is an Object and I would like to keep it that way. What I would like to know , is it possible to rename the field for the new app from "message" to "newmessage" this way I wont get any mapper_parsing_exception
Beta Was this translation helpful? Give feedback.
All reactions