Hello,
I am not able to connect to MongoDB Atlas with below error.Using plugin version 3.1.7.
[WARN ][logstash.outputs.mongodb ][main] MONGODB | Failed to handshake with <clustername>: 27017 ArgumentError: wrong number of arguments (given 2, expected 1)
[WARN ][logstash.outputs.mongodb ][main] MONGODB | Error checking <clustername>:27017: ArgumentError: wrong number of arguments (given 2, expected 1)
Mongodb url is "mongodb+srv://username:password@clustername.mongodb.net/dbname?retryWrites=true&w=majority"
I see, the version has fix for the same issue. Am I missing anything?