https://docs.mongodb.com/manu... db.currentOp( { $or: [ { op: "command", "query.createIndexes": { $exists: true } }, { op: "none", ns: /\.system\.indexes\b/ } ] } )
https://docs.mongodb.com/manu...