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
I intend to run the following settings on our Kubernetes cluster. CloudOps create ClusterConfigs + Filter, which pre-analyse the log data and feed it with important metadata. We have created "ClusterFilter" for this purpose. In the second step, developers should be allowed to create their own filters at namespace level. This is what "Filters" are intended for.
BLOCK "METADATA + INDEX" - ClusterFilter by CloudOp
zzz-cluster-metadata
zzz-opensearch-index-name
The operator does not report any errors here, but only generates the config that it finds ClusterFilter, not that of the developer within his namespace.
This Filter is not created within the "fluent-bit-config" secret:
Describe the issue
I intend to run the following settings on our Kubernetes cluster. CloudOps create ClusterConfigs + Filter, which pre-analyse the log data and feed it with important metadata. We have created "ClusterFilter" for this purpose. In the second step, developers should be allowed to create their own filters at namespace level. This is what "Filters" are intended for.
Something like that:
BLOCK "Sources " - ClusterFilter by CloudOp
001-systemd
002-containerd
003-multiline
004-kubernetes
BLOCK "Application" - Filter Namespaced by Developer
filter-web-ns1
filter-web-ns2
...
...
BLOCK "METADATA + INDEX" - ClusterFilter by CloudOp
zzz-cluster-metadata
zzz-opensearch-index-name
The operator does not report any errors here, but only generates the config that it finds ClusterFilter, not that of the developer within his namespace.
This Filter is not created within the "fluent-bit-config" secret:
How did you install fluent operator?
Helm
Additional context
No response
The text was updated successfully, but these errors were encountered: