Windows
- Open the configuration file:
C:\Program Files\watchlog-agent\integration.json - Find the MongoDB section:
 
{ "service": "mongodb", "monitor": false, "username": "", "password": "" }
3. Change `"monitor"` to `true` and set `username`/`password`:
```diff
-  "monitor": false
+  "monitor": true
- Restart the Watchlog Agent service:
Restart-Service -Name "WatchlogAgent" 
