fluent-plugin-mongo icon indicating copy to clipboard operation
fluent-plugin-mongo copied to clipboard

MongoDB input and output plugin for Fluentd

Results 37 fluent-plugin-mongo issues
Sort by recently updated
recently updated
newest added

I use mongodb cluster, but get this error. I tried create a new user but it didn't work. the config is ``` @type mongo connection_string "mongodb://td_fluent:td_fluent@xxx:xxx,xxx:xxx/fluentd_logs?connect=sharded&readPreference=nearest&authMechanism=MONGODB-X509&authSource=%24external" database fluentd_logs collection zion...

//This is the javascipt Code which adds fields dynamically in front end. ``` var room = 1; var temp=[]; // add dynamic fields function add_education_fields() { temp.push(this.player); var marjor =...

When using mongo tail, you can add date to collection name dynamically.

I'm running a combination of MongoDb, Elasticsearch and FluentD on an Azure Kubernetes cluster. The intention is to sync data from the MongoDb to ElasticSearch so it is available for...

Hi, i try to rails with fluent-plugin-mongo, but get some issue Following is my config: ### Gemfile ```rb # Gemfile gem 'fluentd' gem 'act-fluent-logger-rails' gem 'lograge' gem 'fluent-plugin-mongo' ``` Gemfile...

I am trying to send the parsed data from Fluentd to MongoDB. My system configuration is as below: ![fluentd-system-configuration](https://user-images.githubusercontent.com/34761951/35384079-313198f2-01ea-11e8-9e7e-940fa83be4e7.PNG) And MongoDB plugin: **fluent-plugin-mongo | 1.1.0** My data is being parsed...

We're using td-agent 2.3.1 and we are getting the following error messages from time to time. After the error message the output plugin `out_mongo_replset` does not reconnect to the replica...

I just had a customer case where fluentd stopped sending mongodb logs. Removing the mongodb.pos file solved the issue. I believe fluentd (or this plugin?) somehow did not notice that...

Mongo DB accepts only max 16MB data for BSON. When BSON size is more than 16MB, Mongo DB returns error 'Mongo::Error::MaxBSONSize - The document exceeds maximum allowed BSON object size...

fluent-plugin-mongo is installed corrected as shown: sudo /opt/td-agent/bin/fluent-gem list | grep "fluent-plugin-mongo" fluent-plugin-mongo (1.6.0) still getting error: [error]: config error file="/etc/td-agent/td-agent.conf" error_class=Fluent::NotFoundPluginError error="Unknown input plugin 'mongo'. conf file in: /etc/td-agent/td-agent.conf...