How to remove key from fluentbit after enabling Merge_Log and Merge_Log_Key ? #7314
abhinav5656
started this conversation in
General
Replies: 1 comment 2 replies
-
What exactly did you try? There are various options to remove keys that should work, e.g. https://docs.fluentbit.io/manual/pipeline/filters/record-modifier#remove-fields-with-remove_key Can you provide the actual config with stdout output and the full log? I would encourage always to use a local container or similar with dummy input and stdout output to test things quickly and easily: https://calyptia.com/2022/08/08/fluent-bit-tips-tricks/ |
Beta Was this translation helpful? Give feedback.
2 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 guys,
I have to reduce the kubernetes logs index size by removing some field. I have enabled Merge_Log and given the merge_log_key=test. now i want to remove test.log field but not able to remove. i have tried modifier and remove_key but it did not work.
Please help
Beta Was this translation helpful? Give feedback.
All reactions