logstash-input-mongodb icon indicating copy to clipboard operation
logstash-input-mongodb copied to clipboard

MongoDB input plugin for Logstash

Results 71 logstash-input-mongodb issues
Sort by recently updated
recently updated
newest added

I have a problem when i configure the plugin. I've created a config file : input { mongodb { uri => 'mongodb://mongourl/mng?ssl=false' placeholder_db_dir => '/opt/logstash-mongodb/' placeholder_db_name => 'logstash_sqlite.db' collection =>...

Hello, I've been trying out this plugin and it's great! I'd like to get data from a system.profile collection in order to create an operation analysis dashboard in Kibana. When...

**I have two data in my mongodb** _id ObjectId time String ip String 1 5c2492cb768d4d1d5c440e59 "16:52" No field 2 5c2492d9768d4d1d5c440e5a No field "100.99.9.1" **Only the second data can be read...

Hello! I am using logstash in order to replace mongo-connector, so I need to update and delete docs that were changed in MongoDB. I set **upsert** and I also tried...

Given an example value in MongoDB: ``` ISODate("2020-01-22T09:45:04.613Z") ``` The retrieved field value is: ``` 2020-01-22 09:48.04 UTC ``` I'm not sure if something is wrong with my config but...

I got some data in MongoDB storing as string with digits only as code, e.g. "01" as a code. When using the plugin and transfer data to ES, it changed...

while useing the plugin to import data from mongodb to elasticseaerch. with the following mongodb configuration: ``` input { mongodb { uri => "mongodb://root:[email protected]/staging" placeholder_db_dir => 'F:\es\data' placeholder_db_name => 'staging_101.db'...

Continuous stream of following error message - [WARN ][logstash.inputs.mongodb ] MongoDB Input threw an exception, restarting {:exception=>#} Plugin had stopped registering Mongo DB inserts into ES. Any pointers for this...

Hi, I’m using logstash-input-mongodb to import my data from mongodb to ELK. But when it was done, I found that there is one document missing (I have 17781 docs in...