-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logstash mongodb output - wrong number of arguments #64
Comments
Issue solved when using 3.1.5. Same issue as https://github.com/logstash-plugins/logstash-output-mongodb/issues/60 |
Is there any plan to solve this, or an ETA for 3.1.7? I need support of both "isodate" and the ssl option. Thanks, |
…lying Mongo driver update (fixes issues logstash-plugins#60, logstash-plugins#64, logstash-plugins#65)
…lying Mongo driver update (fixes issues logstash-plugins#60, logstash-plugins#64, logstash-plugins#65)
I've opened pull request #66 with a fix for this issue. |
…lugins#65 and logstash-plugins#66 Makes plugin work with mongodb driver, version 2.6 (again)
…lugins#65 and logstash-plugins#66 Makes plugin work with mongodb driver, version 2.6 (again)
Hey @jsvd @rmmorrison . Can you please elaborate what exactly is "with underlying Mongo driver update". Do I need to update anything with my mongo driver if I want to use 3.1.7? I'm still getting wrong number of arguments error with 3.1.7 after installing it with bin/logstash-plugin install . Added #80 |
Hi,
I am trying to create something similar to data streaming between MySQL and MongoDB, that is MySQL -> MongoDB.
Here's the conf file..
I use this command to start stash:
bin/logstash -f /etc/logstash/conf.d/sample_config.conf
This is the error I get.
I'm totally new to logstash, so I'm guessing I must be doing something wrong.
PLEASE HELP..!
The text was updated successfully, but these errors were encountered: