Read-only view of audit.events per
ADR-0013. Every query run on this page emits its own admin.audit.query row — read access
is itself auditable.
Aggregations are computed across the full filtered set (server-side), not just the events on the current page. Results are cached for 5 minutes per filter combination.
No audit events match the current filters.
} } @else if (!statsLoading() && !statsError()) {Switch to this tab to load statistics.
}No audit events match the current filters.
} @else {| Timestamp | Event | Audience / outcome | Actor / subject | Trace | Payload |
|---|---|---|---|---|---|
| {{ formatTimestamp(event.createdAt) }} | {{ event.eventType }} | {{ event.audience }} {{ event.outcome }} |
@if (event.actorIdHash; as hash) {
} @else {
(anonymous)
} @if (event.subject; as subject) {
{{ subject }}
}
|
@if (event.traceId; as traceId) { {{ traceId }} } @else { — } |
@if (event.payload) {
view{{ formatPayload(event.payload) }}
|