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

help request: How to exclude namespaces the operator way? #1087

Open
matthiasguentert opened this issue Mar 11, 2024 · 0 comments
Open

help request: How to exclude namespaces the operator way? #1087

matthiasguentert opened this issue Mar 11, 2024 · 0 comments

Comments

@matthiasguentert
Copy link

Describe the issue

Currently, we run fluent bit in production without the fluent operator.

I want to exclude specific namespaces from being red by the tail input.

So, currently, I have a long list of excluded keywords (namespaces) like so:

[INPUT]
  name tail 
  path /var/log/containers/*.log 
  exclude_path *path_a*,*path_b*,*path_c*, ... 
  tag app.* 
  ...

This works, but I'm not too fond of this solution since it requires manual maintenance.

Is there a cleaner way to do this by using the fluent operator?

How did you install fluent operator?

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant