-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Facing a config error saying "Unknown filter plugin 'mecab' when I try to create MeCab plugin for Fluentd and execute. #2610
Comments
Could you please post this kind of questions to Mailing list next time?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.What I want to do
I want to get the tweet information from Fluentd and analyse using Fluentd. I have done the following steps.
(1)Install rbenv => (2)Install Ruby => (3)Install Fluentd => (4)Install MeCab
2.Problems I am facing & error messages
2019-09-09 16:26:26 +0900 [error]: config error file="./fluent.twitter.mecab.conf" error_class=Fluent::ConfigError error="Unknown filter plugin 'mecab'. Run 'gem search -rd fluent-plugin' to find plugins"
3.Source Code
This is the source code of the config file (fluent.twitter.mecab.conf)
Also this is the source code of the .rb file which I created at [./fluentd/fluent/plugin/]
4.Things I tried
In the error message, it said to try "gem search -rd fluent-plugin" command so I tried to install the following plugin but it didn't solve the problem.
5.Environment Information
OS : Linux CentOS 7
rbenv 1.1.2-2-g4e92322
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]
fluentd 1.7.0
mecab of 0.996
The text was updated successfully, but these errors were encountered: