[Log Search (WatchGuard Cloud)](https://www.watchguard.com/help/docs/help-center/en-US/Content/en-US/WG-Cloud/Devices/reports/log_search_wgc.html)
## Link Monitor
> [!Warning]
> Ensure the search is for "All Logs" not just "Traffic".
To see when interfaces receive no response or fail their link monitor target:
```
msg:[Link Monitor]*
```
To see when interfaces become qualified or disqualified:
```
msg:[SD-WAN]*
```
Troubleshooting
```
msg:[Link Monitor] No response received on Comcast from* OR msg:[SD-WAN]*
```
See when interface status changes:
```
msg_id:3100*
```
## SpamBlocker (Blocked Email)
```
sender:*@example.com
```
Find denied emails
```
recipients:
[email protected] AND disp: deny
```