help request: How do you specify order of clusterfilter
Describe the issue
In my understanding, the clusterfilters will be merged into one fluent bit configuration files. so how do you make sure the order of that merge, e.g. when you need to have a clusterfilter become the last filter in fluentbit config
How did you install fluent operator?
with YAML applied by argocd & kustomize
Additional context
I have the same requirement. If I use rewrite_tag, then the order of the filter execution is important and I am not sure how to do that with ClusterFilter
It seems the filters are added to the config file in alphabetical order based of the kubernetes name of the ClusterFilter resources.
Yes, the resources are ordered lexicographically by the resource metadata.name currently.
it should be documented if this is not a bug. it might be very common requirement for rewrite-tag part.