How can you view the IP addresses of active MongoDB Atlas connections?
2
votes
3
answers
18840
views
Some posts show you can use db.currentOp(true) to show active connections, but when I do that I get this error
`{
"ok" : 0,
"errmsg" : "Using $all for currentOp is disallowed in this atlas tier",
"code" : 8000,
"codeName" : "AtlasError"
}`
Is there another way to view active connections to a MongoDB Atlas Cluster? What tier allows you to use this command?
Asked by A_toaster
(145 rep)
Mar 26, 2019, 11:32 PM
Last activity: Nov 12, 2019, 06:36 PM
Last activity: Nov 12, 2019, 06:36 PM