Replies: 3 comments
-
https://docs.fluentd.org/deployment/system-config#config_include_dir
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@kenhys Adding this configuration didn't help at all; it still reports the same error |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found the reason. rewirte_tag_filter is an output plugin and cannot be used in the filter tag. Thank you for your help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is a problem?
I want to place the service logs of k8s into the corresponding topic of the namespace, with coredns logs placed in k8s-coredns-logs and vms-das-ys logs placed in k8s-video-base-logs. Therefore, I used the rewrite_tag_filter plugin. this is my configmap configuration file
configmap.yaml
this is my daemonset.yaml
After using kubectl create -f daemonset.yaml, I saw the following logs
The image I am using is fluent/fluentd-kubernetes-daemonset:v1.19.0-debian-kafka2-1.1,. From the fluentd startup log, it can be seen that the fluent-plugin-rewrite-tag-filter plugin has been successfully installed. Why do I still get an error saying the plugin is not found

Describe the configuration of Fluentd
No response
Describe the logs of Fluentd
No response
Environment
Beta Was this translation helpful? Give feedback.
All reactions