README.md in logstash-input-mongodb-0.3.2 vs README.md in logstash-input-mongodb-0.3.3

- old
+ new

@@ -67,5 +67,11 @@ data_type => "list" key => "logstash-mylogs" } } ``` + +### MongoDB URI + +The URI parameter is where you would specify all of your mongodb options including things like auth and SSL. You should use a connection string (URI) compatible with the mongodb spec. + +For more information on MongoDB URI's please see the MongoDB documentation: https://docs.mongodb.org/v3.0/reference/connection-string/