doc/administration/compliance/audit_event_reports.md
In addition to audit events, as an administrator, you can access additional features.
{{< details >}}
{{< /details >}}
You can view audit events from user actions across an entire GitLab instance. To view instance audit events:
Instance audit events can also be accessed using the instance audit events API.
{{< details >}}
{{< /details >}}
{{< history >}}
Gitlab::Audit::InstanceScope for instance audit events introduced in GitLab 16.2.{{< /history >}}
You can export the current view (including filters) of your instance audit events as a CSV(comma-separated values) file. To export the instance audit events to CSV:
A download confirmation dialog then appears for you to download the CSV file. The exported CSV is limited to a maximum of 100000 events. The remaining records are truncated when this limit is reached.
The exported CSV file is encoded as follows:
, is used as the column delimiter" is used to quote fields if necessary.\n is used to separate rows.The first row contains the headers, which are listed in the following table along with a description of the values:
| Column | Description |
|---|---|
| ID | Audit event id. |
| Author ID | ID of the author. |
| Author Name | Full name of the author. |
| Entity ID | ID of the scope. |
| Entity Type | Type of the scope (Project, Group, User, or Gitlab::Audit::InstanceScope). |
| Entity Path | Path of the scope. |
| Target ID | ID of the target. |
| Target Type | Type of the target. |
| Target Details | Details of the target. |
| Action | Description of the action. |
| IP Address | IP address of the author who performed the action. |
| Created At (UTC) | Formatted as YYYY-MM-DD HH:MM:SS. |
All items are sorted by created_at in ascending order.
{{< details >}}
{{< /details >}}
When a user is impersonated, their actions are logged as audit events with the following additional details:
For information on timezones and audit events, see Time zones.
For information on contributing to audit events, see Contribute to audit events.