> ## Documentation Index
> Fetch the complete documentation index at: https://docs.open-metadata.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Audit Logs | Collate Admin Guide

> Track and monitor user actions, entity updates, and platform activities with comprehensive audit logs for governance and compliance

# Audit Logs

<iframe width="800" height="450" src="https://www.youtube.com/embed/8yAC_kykzb8" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

Audit logs provide visibility into activities performed in Collate. They help track user actions across the platform and support governance, monitoring, and troubleshooting. Audit logs capture information such as who performed an action, what action was performed, and when it occurred.

## Access Audit Logs

1. Go to **Settings**
2. Navigate to **Access Control**
3. Select **Audit Logs**

<img src="https://mintcdn.com/openmetadata/R-u8K7u4E65wz4uX/public/images/how-to-guides/admin-guide/audit-logs1.png?fit=max&auto=format&n=R-u8K7u4E65wz4uX&q=85&s=d8614705686eeca17ac67fcf5a3e3d6d" alt="Audit Logs" width="4024" height="1911" data-path="public/images/how-to-guides/admin-guide/audit-logs1.png" />

This page provides a centralized view of activities across the platform.

## What Audit Logs Capture

<img src="https://mintcdn.com/openmetadata/R-u8K7u4E65wz4uX/public/images/how-to-guides/admin-guide/audit-logs2.png?fit=max&auto=format&n=R-u8K7u4E65wz4uX&q=85&s=3b96bd2fb6884521e7371cd19e5e8728" alt="Audit Logs Overview" width="4024" height="1911" data-path="public/images/how-to-guides/admin-guide/audit-logs2.png" />

Audit logs record platform activities, including:

* User logins
* Updates to entities
* Changes to tables, glossaries, or other assets
* Data quality test updates
* Actions performed by users or service accounts

Each record includes details such as user, action, entity type, and timestamp.

## Filter Audit Logs

You can filter audit logs to narrow down specific activities. Supported filters include:

* **User** - View actions performed by a specific user
* **Entity type** - Filter by entity type such as tables or glossaries
* **Time range** - Filter by last 7 days or a custom date range
* **Bot** - View actions triggered by platform bots or automation processes

<img src="https://mintcdn.com/openmetadata/R-u8K7u4E65wz4uX/public/images/how-to-guides/admin-guide/audit-logs3.png?fit=max&auto=format&n=R-u8K7u4E65wz4uX&q=85&s=b3275ffed13c1b83854dd7b1c939565d" alt="Filter Audit Logs" width="4024" height="1911" data-path="public/images/how-to-guides/admin-guide/audit-logs3.png" />

Filtering helps identify who made a change and when it occurred.

## Export Audit Logs

Audit logs can be exported for further analysis.

1. Select the required date range
2. Click **Export**

<img src="https://mintcdn.com/openmetadata/R-u8K7u4E65wz4uX/public/images/how-to-guides/admin-guide/audit-logs4.png?fit=max&auto=format&n=R-u8K7u4E65wz4uX&q=85&s=63a2572c9eda93ef3f007f429c1a665e" alt="Export Audit Logs" width="4024" height="1911" data-path="public/images/how-to-guides/admin-guide/audit-logs4.png" />

The export is generated as a JSON file. Each event in the file is structured as a JSON record. This format allows you to parse the data or integrate it with external monitoring or governance systems.

<img src="https://mintcdn.com/openmetadata/R-u8K7u4E65wz4uX/public/images/how-to-guides/admin-guide/audit-logs5.png?fit=max&auto=format&n=R-u8K7u4E65wz4uX&q=85&s=0a1f87871290e48d4cddb4f477b0bcbe" alt="Exported JSON Format" width="4024" height="1911" data-path="public/images/how-to-guides/admin-guide/audit-logs5.png" />

## Use Cases

Audit logs help with:

* Investigating changes made to assets
* Monitoring user activity
* Reviewing system activity over time
* Supporting governance and compliance requirements
* Exporting logs for external review or automated monitoring
