fluent-plugin-mongo
fluent-plugin-mongo copied to clipboard
In MDB auth db and working DB might be different. This is ignored in this plugin.
In the connection string, a db is specified that is used to authenticate a user. But the target DB might be another one. If I define an auth db in the connection string (admin) and target db in the database parameter (Logs), the plugin creates a collection in the auth db (admin) but should create the Logs db and create the collection in it.