fluent / fluent-plugin-rewrite-tag-filter

Fluentd Output filter plugin to rewrite tags that matches specified attribute.
http://rubygems.org/gems/fluent-plugin-rewrite-tag-filter
Other
168 stars 64 forks source link

Unknown filter plugin 'fluent-plugin-rewrite-tag-filter'. #123

Open kezhiyang opened 2 months ago

kezhiyang commented 2 months ago

2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-calyptia-monitoring' version '0.1.3' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-elasticsearch' version '5.3.0' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-flowcounter-simple' version '0.1.0' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-kafka' version '0.19.2' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-metrics-cmetrics' version '0.1.2' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-opensearch' version '1.1.3' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-prometheus' version '2.1.0' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-prometheus_pushgateway' version '0.1.1' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-record-modifier' version '2.1.1' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-rewrite-tag-filter' version '2.4.0' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-s3' version '1.7.2' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-sd-dns' version '0.1.0' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-systemd' version '1.0.5' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-td' version '1.2.0' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-utmpx' version '0.5.0' 2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-webhdfs' version '1.5.0' 2024-07-09 19:59:50 +0800 [info]: gem 'fluentd' version '1.16.3' 2024-07-09 19:59:50 +0800 [error]: config error file="/etc/td-agent/td-agent.conf" error_class=Fluent::NotFoundPluginError error="Unknown filter plugin 'fluent-plugin-rewrite-tag-filter'. Run 'gem search -rd fluent-plugin' to find plugins"

daipom commented 2 months ago

Did you install this plugin?

sudo td-agent-gem install fluent-plugin-rewrite-tag-filter
daipom commented 2 months ago

Did you install this plugin?

sudo td-agent-gem install fluent-plugin-rewrite-tag-filter

Hmm, in td-agent v4, we don't need to install this because it is bundled in the package by default. In addition, this log shows the plugin is installed actually.

2024-07-09 19:59:50 +0800 [info]: gem 'fluent-plugin-rewrite-tag-filter' version '2.4.0'

I wonder what the cause is.

Athishpranav2003 commented 1 month ago

This is output plugin so it needs to be used in match only did u try to use it in filter? @kezhiyang