Skip to content

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

@vidhi1233

Description

@vidhi1233

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions