fluent / fluent-plugin-mongo

MongoDB input and output plugin for Fluentd
https://docs.fluentd.org/output/mongo
173 stars 61 forks source link

Added authentication support #8

Closed sylvainkalache closed 12 years ago

sylvainkalache commented 12 years ago

I implemented authentication for the input plugin out_mongo.rb. Let me know what you think about that :-)

repeatedly commented 12 years ago

Thanks for the pull request!

Quick comment:

user and password should have default value?

config_param :user, :string, :default => nil
sylvainkalache commented 12 years ago

Right, I fixed that, I'm not sure how to send it to the pull request now.

sylvainkalache commented 12 years ago

Seems that I don't need to do anything :-)

kzk commented 12 years ago

@repeatedly ping

repeatedly commented 12 years ago

I pushed this issue related changes.

Thanks!