-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown filter plugin 'concat' [fluentd1.3.3 concat2.5.0] #114
Comments
Getting the same error. Is there any update ?? |
Please describe the detail how did you install Fluentd & fluent-plugin-concat. |
Getting the same error. docker install。 run error message: 2024-08-22 08:49:21 +0000 [info]: parsing config file is succeeded path="/fluentd/etc/fluent.conf" |
same issue |
Problem
[error]: config error file="/etc/fluent/fluent.conf" error_class=Fluent::ConfigError error="Unknown filter plugin 'concat'. Run 'gem search -rd fluent-plugin' to find plugins"
Steps to replicate
here is my part config:
<filter kubernetes.**>
@type concat
key log
multiline_end_regexp /\n$/
separator ""
If I comment out this configuration, fluentd words fine, why fluentd can't find this plugin, while other plugins work fine
Expected Behavior
Your environment
The text was updated successfully, but these errors were encountered: