logstash-input-mongodb
logstash-input-mongodb copied to clipboard
MongoDB input plugin for Logstash
how to add a query in logstash-input-mongodb?
I want to copy only data for last month to elasticsearch. How can I specify some query to mongodb?
bin/logstash-plugin install --no-verify /home/logstash-input-mongodb/logstash-input-mongodb.gem Gem::Package::FormatError: package metadata is missing in /home/logstash-input-mongodb/logstash-input-mongodb.gem verify_files at /home/logstash/vendor/jruby/lib/ruby/stdlib/rubygems/package.rb:599 block in verify at /home/logstash/vendor/jruby/lib/ruby/stdlib/rubygems/package.rb:524 new at /home/logstash/vendor/jruby/lib/ruby/stdlib/rubygems/package/tar_reader.rb:29 block in verify at /home/logstash/vendor/jruby/lib/ruby/stdlib/rubygems/package.rb:521 open at org/jruby/RubyIO.java:1156...
missing the first doc record.
Add the ability to configure user and password that will be used in case a mongo authentication is enabled. In case a user name was not configured, connection to the...
How to pass SSL mongo connector URI and truststore
Accept more types in parse_method "simple". Update: https://github.com/phutchins/logstash-input-mongodb/pull/45
Hi I have several databases and collections in them. How do you specify this in config? Ie. want to read from `myExampleDb.collectionABC`