Skip to Content
AdminAudit Logs

Audit Logs

Audit logs give workspace admins a chronological record of significant actions. Open them from the Admin Panel > Audit tab. The audit view has two sub-tabs: Keys and Governance.

Keys Audit Tab

The keys audit log tracks actions on secrets and project keys:

ColumnDescription
TimeWhen the action occurred
SecretWhich key was affected
Actioncreated, read, updated, copied, or deleted
DeviceWhich device performed the action

Filtering

Use the three filter dropdowns to narrow the log:

  • Secret — filter by a specific key name.
  • Action — filter by action type.
  • Device — filter by a specific device.

Exporting

Click Export CSV to copy the filtered audit log to your clipboard in CSV format. The button text changes to “Copied CSV” for confirmation.

The CSV export copies to your clipboard rather than downloading a file. Paste it into a spreadsheet or save it to a file manually.

Governance Audit Tab

The governance audit log tracks administrative and sync events:

ActionDescription
device_approvedA device was approved to join the workspace
device_deniedA pending device was denied
device_revokedA device’s access was revoked
sync_initiatedA sync session was started
document_sharedA document was shared with peers
document_unsharedSharing was removed from a document
license_activatedA license key was activated
license_deactivatedA license was deactivated

The governance log shows columns for Time, Actor, Action, Target, and Details. Click the expand arrow on any row with details to see the full JSON payload.

Filtering

Use the Action dropdown to filter by event type.

Pagination

The governance log loads 50 entries at a time. Click Load more at the bottom to fetch the next page.

How Logs Are Stored

Audit logs are stored in your local encrypted database. They are encrypted at rest with the same AES-256-GCM protection as your wiki pages.

Audit logs are append-only. They cannot be edited or deleted by any user, including admins.

Last updated on