Windows
- Open the configuration file:
C:\Program Files\watchlog-agent\integration.json
- Locate the Docker object:
{ "service": "docker", "monitor": false }
- Change
"monitor"
totrue
:{ "service": "docker", "monitor": true }
- Restart the Watchlog Agent service in PowerShell:
Restart-Service -Name "WatchlogAgent"