Skip to main content
warning

Page Under Review
This documentation is currently under review and may contain incomplete or inaccurate information. Please verify all details before implementation.

Audit Log

The Audit page is the site-wide change log. Every mutation to an identity β€” additions, edits, deletions, tag assignments, face enrollments, and more β€” is recorded and queryable here.

Menu path: Identities β†’ Audit (requires Audit β†’ Audit Logs).

πŸ“
Screenshot Placeholder
Audit log grid with filters
identities-audit-log.png

What Gets Logged​

The audit log captures every change that mutates identity data:

Event TypeExample
Identity CreatedA new person was added.
Identity UpdatedName, gender, date of birth, or collection changed.
Identity DeletedA person was removed.
Tags Added / RemovedTag assignments changed on a person.
Face Enrolled / RemovedA face photo was added or removed.
Alias / Address / Notes ChangedSupplementary data edits.
Custom Field UpdatedA custom field value was set, changed, or cleared.
Document Added / RemovedFile attachments managed.
User / Role ChangesAdministrative actions on users and roles (when applicable).

Each entry records the who (user), what (changed field + before/after values), when (timestamp), and the target identity.

Filtering​

Narrow the log using the available filters:

  • Date range β€” start and end timestamps.
  • User β€” filter to actions by a specific operator.
  • Identity β€” filter to changes made to one person.
  • Event type β€” filter to specific kinds of events (e.g. only face enrollments).

Filters combine β€” apply as many as needed to surface what you're looking for.

Per-Person Audit​

The Person Editor's Audit History section is the same data scoped to a single person. Use the Person Editor when you're investigating a single individual; use this site-wide page when you need to answer broader questions ("what did this user do last week?" or "who changed anyone's tags today?").

Retention

The audit log is append-only. Entries are not editable from the UI β€” they can only be added (by operator actions) or archived/purged through administrative data policy at the server level.


Next Steps​