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

``` docker run --rm -it -e 'FLUENTD_CONF=docker.conf' fluentd 2022-07-13 06:10:31 +0000 [info]: parsing config file is succeeded path="/fluentd/etc/docker.conf" 2022-07-13 06:10:31 +0000 [info]: gem 'fluent-plugin-mongo' version '1.5.0' 2022-07-13 06:10:31 +0000 [info]:...

![image](https://user-images.githubusercontent.com/44433995/140190762-a300f494-6f9c-4d06-a711-933c76fb539a.png) Getting this error while installing the plugin, can anyone help me out why this is happening?

### Describe the bug Linux fluend mogon "\xE7" to UTF-8 in conversion from ASCII-8BIT,Mongodb cannot be written in Chinese ### To Reproduce Mongodb cannot be written in Chinese ### Expected...

hello, Is there a way to specify values types in a MongoDB collection according to [MongoDB Datatypes](https://www.mongodb.com/docs/manual/reference/bson-types/)? I could spot this in README > Specify date fields in > record...

Hey Guys, I am trying to connect to mongo_replset using SRV record but am unable to connect, using below config. ``` @type mongo_replset connection_string mongodb+srv://username:[email protected]/log_db?tls=true&authSource=admin&replicaSet=mongo-rep ssl true ssl_ca_cert /tmp/tls ```...

Hello All, I'm looking for fluentd mongo output plugin shard support. Actually documentation in web very clear that there is two option mongo and mongo_replset. No clear explanation about mongo...

I can use Fluentd to transfer data to mongoDB built on AWS EC2, but I can't transfer data to DocumentDB, which is a managed service compatible with mongoDB. The following...

Hey guys, I'm trying to setup a pretty simple fluentd config. I simply want some logs to be sent to my replica set (which only consists of 1 primary which...

Hi, I am trying to use mongo-tail to monitor the MongoDB. The goal here is to read data from MongoDB continuously and store it into the S3 bucket. The configuration...