fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
580 stars 247 forks source link

Feature request: allow controlling ClusterFilters to run after namespace Filters #1387

Open reegnz opened 2 hours ago

reegnz commented 2 hours ago

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

I want to perform some additional filters after namespaced filters have already been applied. Today I cannot do this.

Describe the solution you'd like

Allow a field in the ClusterFilter spec that can control whether ClusterFilter runs before or after the namespace Filter chain.

Additional context

No response

reegnz commented 2 hours ago

This is kind-of related to #1384 but it doesn't really solve for this use-case.