Capture and store system and user activity logs for monitoring, investigations, and compliance purposes.
Automate access, reduce risk, and stay audit-ready
Last Updated date: June 2026
An audit log is a tamper-resistant, chronological record of who did what, when, and on which system, serving as the primary evidence layer for security investigations and compliance audits.
| Field | Detail |
|---|---|
| Category | Identity Security / Compliance |
| Also called | Audit trail, event log, activity log |
| Primary use | Accountability, incident response, regulatory compliance |
| Key benefit | Defensible proof of system activity |
Audit logs are the foundation of accountability. Without them, there is no provable record of who accessed sensitive data, who changed a permission, or when a privileged account was used.
For identity governance, this matters in a specific way: access decisions, who was granted what, when, by whom, must be logged end-to-end. A provisioning record without an approval trail, or a deprovisioning event without a timestamp, creates a compliance gap that regulators will find.
Regulations, including HIPAA, PCI DSS, SOX, and GDPR, either mandate audit logging explicitly or require organizations to demonstrate system monitoring, which audit logs provide.
Every audit log entry should answer five questions:
An entry missing any of these fields is incomplete for audit purposes. Regulators and forensic investigators rely on all five.
Not all logs qualify as audit logs. System logs and application logs capture general software behavior, crashes, errors, and performance data. Audit logs are specifically scoped to human and system actions with accountability implications.
To be audit-grade, a log must be:
Logs that fail any of these criteria can undermine an audit response even if the underlying activity was compliant.
In an IAM or identity governance context, the events most commonly captured in audit logs include:
Each of these event types has direct relevance during compliance audits and internal access reviews.
Healthcare (HIPAA): Every access to electronic protected health information (ePHI) must be logged. Audit logs allow compliance teams to demonstrate that only authorized personnel accessed patient records, and to investigate any unauthorized access within required timeframes.
Financial Services (SOX, PCI DSS): Financial institutions must log all administrative actions on systems that process cardholder data or financial reporting. Audit logs are reviewed during external audits to confirm that privileged access is controlled and monitored.
Enterprise SaaS: For cloud-heavy organizations managing dozens of SaaS applications, centralized audit logging across the identity governance platform becomes the single source of truth for access activity, especially during user offboarding.
These three terms are often used interchangeably, but refer to different things:
| Log Type | Focus | Primary Audience |
|---|---|---|
| Audit log | Who did what, when, for accountability | Compliance teams, auditors, security |
| System log | Software behavior, errors, performance | IT operations, developers |
| Security log | Threat-related events, alerts, anomalies | SOC analysts, incident responders |
An audit log is the only one specifically designed to serve as legal or regulatory evidence. System and security logs supplement it, but cannot replace it.
Most organizations have logs; the problem is that those logs are insufficient when tested:
A mature identity governance program treats audit logging as a live operational control, not a storage task.
An audit log is a system-generated record that captures every significant action in your environment, who did it, what they did, when, and whether it succeeded. It is the evidentiary foundation for compliance audits and security investigations.
System logs capture general software behavior, errors, crashes, performance metrics. Audit logs focus specifically on human and system actions that carry accountability or compliance implications. Only audit logs are typically accepted as legal or regulatory evidence.
At minimum: user logins and logouts, access grants and revocations, role and permission changes, privileged account activity, and any modifications to system configurations or security policies.
Retention requirements vary by framework. HIPAA requires six years; PCI DSS requires one year, with three months immediately available; SOX requires seven years. Organizations subject to multiple frameworks should apply the most stringent requirement.
Audit logs must be immutable; modification or deletion defeats their purpose as evidence. Properly implemented audit logging systems restrict write access to the log store itself and maintain cryptographic integrity checks.
Identity governance platforms (IGA) use audit logs to connect the full lifecycle of an access decision: request → approval → provisioning → usage → revocation. Without that end-to-end trail, organizations cannot demonstrate that access is governed, not just assigned.