Skip to content

Read the audit log

Every privileged action in Rakkr writes an audit eventincluding denied attempts and automated service actions (the scheduler, upload runner, switcher router). The Audit page is your answer to “who changed this, and when?”

Who can do this: audit:read.

What an event records

  • the actor (and their roles),
  • the permission that was checked,
  • the target resource,
  • the outcomeallowed, denied, failed, succeeded, or partial,
  • a reason, correlation IDs, and before/after snapshots for writes.

Find events

  1. Open Audit in the left nav.
  2. Filter by actor, action, permission, target, outcome, reason, and time.
  3. Expand any row to see the full detail, including the before/after values for a change.
  4. Export the filtered set as a scoped CSV for reporting or archival.

Why this matters

Nothing in Rakkr happens invisibly. Denied attempts are recorded, so you can see attempted as well as completed actions, and automated actions are attributed to their service identity (for example system:scheduler). This is the backbone of Rakkr’s accountability model.

See also