Setup Guide
Table Of Contents
Configure MongoDB resources to capture system logs
If the MongoDB log configuration is set to silent or quiet, the logging of information does not work. You must configure the
SystemLog.quiet option to log information such as connection events, authentication events, replication sync activities, and
capture evidence if some harmful commands are run such as drop, dropIndexes, and so on.
Steps
1. Log in to the server where Wyse Management Suite is installed.
2. Go to the MongoDB folder in the Wyse Management Suite installation directory.
Figure 17. Wyse Management Suite installation directory
3. Open the mongod.cfg file and add the following commands at the end of the configuration:
#systemLog:
quiet: false
14
Server hardening for MongoDB