You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally I could do something like this to filter namespaces at a cluster level:
apiVersion: fluentbit.fluent.io/v1alpha2kind: ClusterFiltermetadata:
name: namespaceslabels:
fluentbit.fluent.io/component: loggingfluentbit.fluent.io/enabled: 'true'spec:
filters:
- grep:
# currently you can only do 1 exclude and you can't specify a logical_oplogicalOp: orexclude: $kubernetes['namespace_name'] defaultexclude: $kubernetes['namespace_name'] kube-system
Additional context
The current workaround is multiple grep filters like this:
Is your feature request related to a problem? Please describe.
The grep filter support is incomplete, I want to be able to at least use multiple
excludes
: https://docs.fluentbit.io/manual/pipeline/filters/grep#multiple-conditionsDescribe the solution you'd like
Ideally I could do something like this to filter namespaces at a cluster level:
Additional context
The current workaround is multiple grep filters like this:
I'm not sure what the real impact of this discrepancy is.
The text was updated successfully, but these errors were encountered: