[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
Ensure the search is for "All Logs" not just "Traffic".
```
msg:[Link Monitor]*
```
## SpamBlocker (Blocked Email)
```
sender:*@example.com
```
Find denied emails
```
recipients:
[email protected] AND disp: deny
```