fluent / fluent-plugin-prometheus

A fluent plugin that collects metrics and exposes for Prometheus.
Apache License 2.0
258 stars 79 forks source link

fluent-plugin-mongo in kubernetes #91

Closed sathishkumar64 closed 5 years ago

sathishkumar64 commented 5 years ago

Hi,

We are running our application in kubernetes. we want to ship containers logs to mongodb for using fluent. My config file is : <match **> @type mongo log_level info etc......

during creation of fluent we are getting following errors: error="Unknown output plugin 'mongo'. Run 'gem search -rd fluent-plugin' to find plugins". so please tell me how to install plugin in kubernetes.

Regards, Sathish