Admin audit log
What it does
Two append-only logs surfaced in Admin → Audit:
- admin_audit_log — role changes, invite revocations, sponsor edits, etc.
- eos_export_audit_log — EOS export version deletions with topology, version, and actor.
Click any row to open the Audit details drawer with the full JSON payload and a Copy-to-clipboard button.
Required inputs
None to view (admin role required). Optional filters:
- Action — e.g.
role.changed,invite.revoked,eos.version.deleted. - Actor email — substring match.
- Date range — last 24h / 7d / 30d.
Example output
`` 2026-05-01 18:42 alice@… role.changed target: bob@… { from: "member", to: "admin" } 2026-05-01 18:40 alice@… eos.version.deleted topology: dc1 { version_number: 3, label: "draft" } ``