Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make delete action on content_modifier processor accept list of keys #9526

Open
anderssynstad opened this issue Oct 25, 2024 · 0 comments
Open

Comments

@anderssynstad
Copy link

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like

processors:
  logs:
    - name: content_modifier
      action: delete
      key:
        - foo
        - bar
        - baz

Describe alternatives you've considered
N/A

Additional context
This would make the configuration a lot less bulky if one is removing a large amount of keys.

@anderssynstad anderssynstad changed the title Make delete action on content_modifier processors accept list of keys Make delete action on content_modifier processor accept list of keys Oct 25, 2024
@edsiper edsiper added this to the Fluent Bit v3.2.0 milestone Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants