Every time a security rule matches - whether the action is allow, redact, or block - Agent Handler records a violation. The Alerts dashboard is where you investigate what’s happening, find false positives, and produce evidence for compliance reviews.
This page tours the dashboard. For configuring rules in the first place, see Standard Entity Rules and Custom Regex Rules.
A graph of violations over time, filterable by date range and entity. Useful for spotting spikes, verifying that a rule change reduced noise, and pulling a 30-day chart for a security review.
A table showing total violations per entity type (or per custom rule), broken down by action (allowed / redacted / blocked). Use it to see which rules are doing the most work, spot rules firing constantly (usually a false positive), and size a rule’s impact before turning enforcement on - set it to allow, watch for a week, then decide whether to redact or block.
Every individual violation, one row each. Each row shows the rule that fired, the matched entity (post-redaction), a link to the tool call detail, the Registered User, the Tool Pack, the action, and the timestamp. Click a row to open the full tool-call detail with the violation highlighted.
The filter bar across the top of the dashboard supports:
Filters compose. “All blocked credit-card matches on the embedded support Tool Pack in the last 24 hours” is one combined query.
Most spikes are explainable in two clicks. The view is built for that loop.
The per-violation table exports as CSV from the Export button. The export covers whatever filter you have applied - you can pull “all blocked PII matches in 2026-Q1” for an audit response without writing SQL.
The export includes:
origin_user_idFor automated forwarding (SIEM, data warehouse), subscribe to the rule_violation webhook.
Violations are retained for 90 days on standard plans, longer on Enterprise. Beyond retention, exported CSVs and webhook-forwarded events are the path to long-term storage.
Try a rule against sample input before turning it on for real traffic with the Rule Tester.