fluent / fluent-plugin-mongo

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

Please provide option to specify ordered-true/false while inserting to Mongo DB - For performance improvements #184

Open jeevamanivel opened 1 year ago

jeevamanivel commented 1 year ago

Hi,

We are using fluentd mongo plugin to insert logs into Mongo DB. The load is really huge. Since the data is purely log statements, we do not care about the order in which insertion happens. But currently there is no config option to specify ordered - false, so by default ordered - true is sent to Mongo.

Please provide a config option to specify ordered - true/false

Thanks, Jeeva

ugljesas commented 3 days ago

This would be useful for us too.