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.
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