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
For each Driver Name and Driver Version (2-tuple) or Driver Name and Driver Version and Application Name (3-tuple) that connects list not only the IPs that have connected but also the database users that have authenticated. Also include the number of connections and authentications where relevant.
The Application Name is optional in the client data which is logged which is why the information provided will sometimes just be for the Driver Name and Driver Version (2-tuple).
Example Output (New Behavior)
Driver: PyMongo | Version: 3.8.0
DB Users (2): adv-monitoring@admin (1 auths), monitoring@admin (15 auths)
Currently the --clients option outputs the list of IP addresses that has connected for each Driver Name and Driver Version (2-tuple). It does not provide any information about the application names connecting (if provided) or the database users that have authenticated.
Expected behavior
For each Driver Name and Driver Version (2-tuple) or Driver Name and Driver Version and Application Name (3-tuple) that connects list not only the IPs that have connected but also the database users that have authenticated. Also include the number of connections and authentications where relevant.
The Application Name is optional in the client data which is logged which is why the information provided will sometimes just be for the Driver Name and Driver Version (2-tuple).
Example Output (New Behavior)
Driver: PyMongo | Version: 3.8.0
Driver: mongo-go-driver | Version: v1.3.4 | App: MongoDB Backup Module v11.5.1.7087
Actual/current behavior
Currently the
--clients
option outputs the list of IP addresses that has connected for each Driver Name and Driver Version (2-tuple). It does not provide any information about the application names connecting (if provided) or the database users that have authenticated.Example Output (Existing Behavior)
Driver:Version - Unique connections
PyMongo:3.8.0 : ['10.118.67.176', '10.118.120.0', '10.118.63.36', '10.118.25.211']
mongo-go-driver:v1.3.4 : ['10.118.120.0']
The text was updated successfully, but these errors were encountered: