Is it possible to find a list of previous actions towards Mongodb?
I have a Mongodb on a linux server and some suspicious queries might've been executed, is there any way to show list of previous queries?
I called these two methods:
db.getProfilingStatus()
db.getProfilingLevel()
Output:
{ "was" : 0, "slowms" : 100 }
0