Windows
- Open the config file:
C:\Program Files\watchlog-agent\integration.json
- Find the Redis section:
{ "service": "redis", "monitor": false, "host": "127.0.0.1", "port": "6379", "password": "" }
3. Change `"monitor"` to `true` and adjust `host`, `port`, `password`:
```diff
- "monitor": false
+ "monitor": true
- Restart the service:
Restart-Service -Name "WatchlogAgent"