logstash-input-mongodb
logstash-input-mongodb copied to clipboard
MongoDB input plugin for Logstash
Currently this plugin sleeps and continues to look for new data once collection is finished. This behavior should be configurable. Please add flag in input config to decide the behavior....
Hi, Is there any plans to implement tailing the Mongo oplog in order to pickup changes to existing docs?
When the input MongoDB document has a non UTF-8 (or something like that), the input plugin gets into infinite loop, as execption is raised and process is restarted, just to...
Hi Team , I want to pull the data from Collection with in a specific interval time . Once the data is available it should pull the data automatically from...
I am trying to build logstash-input-mongodb. Are there any build instructions? I have been using [Elastic's guide](https://www.elastic.co/guide/en/logstash/current/_how_to_write_a_logstash_input_plugin.html). Below are the steps I have followed so far - Set up [development...
Hi, When exe command `sudo bin/plugin install –no-verify /home/local/logstash-input-mongodb/logstash-input-mongodb-1.0.0-java.gem ` get below error `ERROR: Mixed source of plugins, you can't mix local`.gem` and remote gems See: 'bin/plugin install --help' `
@phutchins Currently, the plugin processes all the documents in the collection and infinitely waits/listens for new documents. I am trying to make the process exit once all the documents are...
I'm working on using this input gem to pull data from a MongoDB instance (that I don't own or manage) and sync it up with Elasticsearch. This input seems to...
Hi, I am trying out logstash and I was very happy to find this plugin. I installed the plugin but when I use to pull the database i get the...
Hi, Is there any way to config a specific collection instead of the regex? So if I have these collections: hits, hits-old, hits-1, I want to be able to define...