Skip to content
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

Fluentd not able to find fluent-plugin-mongo as input plugin #185

Open
vidhi1233 opened this issue Jul 20, 2023 · 0 comments
Open

Fluentd not able to find fluent-plugin-mongo as input plugin #185

vidhi1233 opened this issue Jul 20, 2023 · 0 comments

Comments

@vidhi1233
Copy link

vidhi1233 commented Jul 20, 2023

fluent-plugin-mongo is installed corrected as shown:
sudo /opt/td-agent/bin/fluent-gem list | grep "fluent-plugin-mongo"
fluent-plugin-mongo (1.6.0)

still getting error:
[error]: config error file="/etc/td-agent/td-agent.conf" error_class=Fluent::NotFoundPluginError error="Unknown input plugin 'mongo'.

conf file in: /etc/td-agent/td-agent.conf as below:

<source>
  @type mongo
  host "host"
  port "port"
  database "db"
  collection "collection"
  tag mongo_logs
</source>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant