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

![nested fields](https://cloud.githubusercontent.com/assets/4921059/24367589/5f38337e-1347-11e7-9bfe-042bd6c5a1ba.png) Hi guys, i have a problem, for stored array from mongodb to elasticsearch (picture above), fields with array type not store to elasticsearch why? have set a config?

``` input { mongodb { uri => 'mongodb://root:[email protected]/xxxx?authSource=admin' placeholder_db_dir => 'E:/opt/logstash-mongodb' placeholder_db_name => 'logstash_sqlite.db' collection => 'db0' batch_size => 50 } } filter { } output { elasticsearch { hosts...

After a period of normal execution, the following error occurs: `MongoDB Input threw an exception, restarting: exception=>#` placeholder_db_name's content like this: `..............@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@1^A^C9=logstash_si!^A^C9^Glogstash_since_Message^?^@^@^@^@^@^@` Anyone else get this exception?? Please help.

- Use String type for 'place' column in sqlite fix #38 Thanks to @nebalceroc

Hello I'm able able to start logstash to fetch data from mongodb However it's not creating indexes As I ran in debug I'm seeing below logs , any idea pls?...

I'm getting the below error while installing logstash-input-mongodb plugin C:\logstash-7.13.2\bin>logstash-plugin install logstash-input-mongodb Using JAVA_HOME defined java: C:\Program Files\Java\jdk-16.0.1 WARNING, using JAVA_HOME while Logstash distribution comes with a bundled JDK Validating...

I get this exception in loop (I'm running v0.3.3): {:timestamp=>"2016-04-21T01:15:09.431000+0000", :message=>"MongoDB Input threw an exception, restarting", :exception=>#, :level=>:warn} and no document are indexed after that. Tried to search for any...

Hello this project is dead?

I would like to pass data from mongodb to elasticsearch using logstash, but when I run it I get an infinite loop on the last element of the collection without...

new inserted rows are coming as mentioned in your rb file( :_id => {:$gt => last_id_object}). But is there any way to get the rows/tuples from the mongodb collection which...