fluentd unknown plugin elasticsearch #3744
vasanthaneppali
started this conversation in
General
Replies: 2 comments
-
It's not a bug nor a feature request, so I moved this to discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
My psychic guess is that your Ruby version was changed Since gems are stored per Ruby version, your new Fluentd Check your current Gem path, and make sure that |
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.
-
Describe the bug
Hi
i am new to new fluentd, i am trying to upgrade the fluentd version from v1.11-debian to v1.14-debian.
i am running fluend with docker container
while copying volume i am unable to start the fluentd, in the logs it is showing like
2022-05-07 01:46:57 +0530 [error]: config error file="/fluentd/etc/fluent.conf" error_class=Fluent::ConfigError error="Unknown output plugin 'elasticsearch'. Run 'gem search -rd fluent-plugin' to find plugins"
please help
To Reproduce
....
Expected behavior
Want the fluentd container to be up
Your Environment
Your Configuration
<match *.**> @type copy <store> @type elasticsearch host elasticsearchoss port 9200 logstash_format true logstash_prefix fluentd logstash_dateformat %Y%m%d include_tag_key true type_name access_log tag_key @log_name flush_interval 1s rollover_index true # defaults to false index_date_pattern "now/w{xxxx.ww}" # defaults to "now/d"
Your Error Log
Additional context
I am running it as docker image
Beta Was this translation helpful? Give feedback.
All reactions