Audit Log
An audit log is a chronological record of activities and events that occur within a system, such as who accessed data, what actions they performed, and what was created or changed. It provides a documentary history that organizations can review after the fact to understand what happened and when. In identity and access systems, this typically includes records of system access and operations performed over a given period.
An audit log is a chronological, typically append-only record of system activities, capturing events such as accesses, operations, and changes to data or configuration along with associated context (for example the acting principal, action, target, and timestamp). In IAM contexts it commonly documents authentication events, authorization decisions, provisioning and deprovisioning actions, and administrative changes, supporting after-the-fact investigation, access certification, and segregation-of-duties review rather than real-time enforcement. The specific events captured, retention, and record structure vary by system and configuration; some platforms (for example Microsoft 365) provide a unified audit log that consolidates activities across services for search and export. An audit log is a governance and forensic artifact and is distinct from runtime enforcement components such as a PDP or PEP.
Why it matters
Audit logs are the primary documentary evidence organizations rely on to reconstruct what happened within identity and access systems after an event has occurred. When an account is compromised, a privileged change is made, or data is accessed inappropriately, the audit log is typically the artifact investigators consult to establish who did what, to which target, and when. Without a reliable chronological record, after-the-fact investigation becomes speculative, and organizations lose the ability to demonstrate accountability for access decisions and administrative actions.
In IAM governance specifically, audit logs underpin access certification and segregation-of-duties review. Certifiers reviewing whether a principal still needs a given entitlement, or auditors testing whether conflicting duties were ever exercised by the same individual, depend on a trustworthy history of authentication events, authorization decisions, and provisioning and deprovisioning actions. The value of the log depends heavily on what events are captured and how records are protected; a typically append-only design helps preserve integrity, but coverage, retention, and record structure vary by system and configuration, and gaps in any of these can undermine an investigation or a compliance attestation.
It is important to keep the audit log's role in scope. It is a governance and forensic artifact, not a runtime enforcement mechanism. An audit log does not itself prevent an unauthorized action; that is the function of enforcement components such as a PDP or PEP. Treating logging as if it were a control that blocks access, rather than a record that documents access, is a common conceptual error that can leave organizations exposed while assuming they are protected.
Who it's relevant to
Inside Audit Log
Common questions
Answers to the questions practitioners most commonly ask about Audit Log.
