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 from the events currently loaded on this page only. Apply filters or change the page size to widen / narrow the window.
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) }}
|