Is your feature request related to a problem? Please describe.
Fluent bit 5.0.5 can't forward logs to fluentd. All the forwarded logs are rejected by fluentd with 'skip invalid event' warning. The problem was reported in fluent/fluent-bit#11814 and the proposed solution was to add 'retain_metadata_in_forward_mode: false' to the forward output plug-in configuration. Unfortunately, fluent-operator nor the helm chart support it.
Describe the solution you'd like
Please support setting retain_metadata_in_forward_mode option in fluent bit forward plug-in config.
Additional context
No response
Is your feature request related to a problem? Please describe.
Fluent bit 5.0.5 can't forward logs to fluentd. All the forwarded logs are rejected by fluentd with 'skip invalid event' warning. The problem was reported in fluent/fluent-bit#11814 and the proposed solution was to add 'retain_metadata_in_forward_mode: false' to the forward output plug-in configuration. Unfortunately, fluent-operator nor the helm chart support it.
Describe the solution you'd like
Please support setting retain_metadata_in_forward_mode option in fluent bit forward plug-in config.
Additional context
No response