sylvain

Results 4 issues of sylvain

Version of mongodb 4.2 Version of mongodb exporter : 0.31.2 With following your documentation, I am using a user with following role to connect to mongo { "role":"clusterMonitor", "db":"admin" },...

bug
help wanted
community
triage
good first issue
documentation

Could you plan to support to launch of the exporter in https (currently , it is in http, only the listening port can be customized, but not the scheme) ?...

enhancement
community
triage

sample of my json document: { "_id" : ObjectId("5ac34319dc0ef65f31755b60"), ..., identity : { "givenName" : [ "Nicolas" ], "sn" : [ "GUYOT" ], ... } } I have tried to...

My mongodb version is 3.2 (and i am using your docker image) code that return nothing (but works in my mongo shell) : %mongodb db.getCollection('getMongoData').find({"output.ns" : {"$regex":'total.authentification'}}).table() code that work...