You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using logstash-input-mongodb plugin to replicate a mongodb database.
Here is my config file (tested on different versions of Logstash 5.5.3/5.6.3/6.0.0):
After starting Logstash, I get the following exeption on every document treated by the plugin:
[2017-12-22T22:04:06,153][WARN ][logstash.inputs.mongodb ] MongoDB Input threw an exception, restarting {:exception=>#<ArgumentError: comparison of String with 0 failed>}
I don't undestand its meaning, so I'm not sure what's wrong with my configuration or deployment.
here is an example of the documents in the used collection :
I am using
logstash-input-mongodb
plugin to replicate a mongodb database.Here is my config file (tested on different versions of Logstash
5.5.3/5.6.3/6.0.0
):After starting Logstash, I get the following exeption on every document treated by the plugin:
I don't undestand its meaning, so I'm not sure what's wrong with my configuration or deployment.
here is an example of the documents in the used collection :
Any further explanation about this kind of execeptions would be really appreciated.
The text was updated successfully, but these errors were encountered: