|
@nick.brewer see below,
systemLog: { component: { accessControl: { verbosity: 5 } }
|
doesn't seem to log anything but failed user login attempts.
Aug 31 16:52:04 testsrv02 mongod.27219[7989]: [initandlisten] options: { config: "/etc/mongodb/mongoplaceholder-test2.conf", net: { bindIp: "127.0.0.1,10.x.x.x", http: { RESTInterfaceEnabled: false }, port: 27219, wireObjectCheck: true }, processManagement: { fork: true, pidFilePath: "/var/run/mongodb/mongoplaceholder-test2.pid" }, replication: { oplogSizeMB: 8192, replSetName: "labs" }, security: { authorization: "enabled", clusterAuthMode: "keyFile", keyFile: "/etc/mongodb/mongoplaceholder-test2.key", transitionToAuth: true }, storage: { dbPath: "/var/lib/mongo/data/placeholder/test2", engine: "wiredTiger", journal: { commitIntervalMs: 10, enabled: true }, wiredTiger: { engineConfig: { cacheSizeGB: 75.0 } } }, systemLog: { component: { accessControl: { verbosity: 3 } }, destination: "syslog", quiet: true } }
|
Aug 31 17:10:40 testsrv02 mongod.27219[31841]: [initandlisten] options: { config: "/etc/mongodb/mongoplaceholder-test2.conf", net: { bindIp: "127.0.0.1,10.x.x.x", http: { RESTInterfaceEnabled: false }, port: 27219, wireObjectCheck: true }, processManagement: { fork: true, pidFilePath: "/var/run/mongodb/mongoplaceholder-test2.pid" }, replication: { oplogSizeMB: 8192, replSetName: "labs" }, security: { authorization: "enabled", clusterAuthMode: "keyFile", keyFile: "/etc/mongodb/mongoplaceholder-test2.key", transitionToAuth: true }, storage: { dbPath: "/var/lib/mongo/data/placeholder/test2", engine: "wiredTiger", journal: { commitIntervalMs: 10, enabled: true }, wiredTiger: { engineConfig: { cacheSizeGB: 75.0 } } }, systemLog: { component: { accessControl: { verbosity: 5 } }, destination: "syslog", quiet: true } }
|
Aug 31 17:23:48 testsrv02 mongod.27219[6415]: [initandlisten] options: { config: "/etc/mongodb/mongoplaceholder-test2.conf", net: { bindIp: "127.0.0.1,10.x.x.x", http: { RESTInterfaceEnabled: false }, port: 27219, wireObjectCheck: true }, processManagement: { fork: true, pidFilePath: "/var/run/mongodb/mongoplaceholder-test2.pid" }, replication: { oplogSizeMB: 8192, replSetName: "labs" }, security: { authorization: "enabled", clusterAuthMode: "keyFile", keyFile: "/etc/mongodb/mongoplaceholder-test2.key", transitionToAuth: true }, storage: { dbPath: "/var/lib/mongo/data/placeholder/test2", engine: "wiredTiger", journal: { commitIntervalMs: 10, enabled: true }, wiredTiger: { engineConfig: { cacheSizeGB: 75.0 } } }, systemLog: { component: { accessControl: { verbosity: 5 } }, destination: "syslog", quiet: true } }
|
Aug 31 17:25:37 testsrv02 mongod.27219[6415]: [conn37] SCRAM-SHA-1 authentication failed for readonly on admin from client 10.xx.xx.xxx:52430 ; AuthenticationFailed: SCRAM-SHA-1 authentication failed, storedKey mismatch
|
Aug 31 17:28:02 testsrv02 mongod.27219[6415]: [conn71] SCRAM-SHA-1 authentication failed for admin on admin from client 10.xx.xx.xxx:52560 ; AuthenticationFailed: SCRAM-SHA-1 authentication failed, storedKey mismatch
|
Aug 31 17:28:17 testsrv02 mongod.27219[6415]: [conn76] SCRAM-SHA-1 authentication failed for readonly on placeholder from client 10.xx.xx.xxx:52568 ; UserNotFound: Could not find user readonly@placeholder
|
|