Audit Trails module
The audit trail functionality maintains a complete history of changes to a record.
An audit trail record is generated for all operations registered for monitoring. There are five levels for which audit records may be generated:
- change (insertions, updates, deletions)
- search (queries)
- display (viewed, sorted, reported)
- login (first access of a module in current session)
- all (all database operations)
Each of these may be set on a per module basis, which means that it is possible to monitor all changes to records in the Parties module, for instance, while Multimedia records may be audited for changes, searches and records viewed.
Note:
Every
Reports are provided that allow Administrators to produce audit listings detailing changes made on a per user basis, within specified time constraints.
Audit records are:
- Read-only (even to System Administrators), ensuring that they are not tampered with.
- Generated at the database level to ensure non-repudiation of the data they contain.
- Only accessible to appropriately privileged personnel.
Record Recall
Record Recall is an extension of the audit trail functionality, enabling authorised users to roll back a record to an earlier version.
Note: Details about Record Recall can be found here.
Archiver
The audit facility also provides an archiver that allows all audit records to be saved in a file on a daily basis for archival purposes or for use as raw data to load into another system.
Note: Details about configuring the audit facilities can be found in Auditing.