# Audit

Immuta provides robust audit logging on actions within the application and on queries in remote technologies like Snowflake, Databricks, and Unity Catalog. Users with the audit permission can view the audit page in Immuta. [Depending on your configured Immuta deployment](/2025.1/configuration/self-managed-deployment/configure/audit-best-practices.md), audit logs can also be exported from Elasticsearch or OpenSearch.

## How-to guide

* [Run governance reports](/2025.1/governance/detect-your-activity/audit/how-to-guides/governor-guide.md): Create a governance report in the Immuta UI to understand the state of your Immuta environment.

## Reference guides

* [Audit overview](/2025.1/governance/detect-your-activity/audit/reference-guides/universal-audit-model-uam.md): This reference guide describes Immuta's universal audit model, the events available in this model, and the recommended audit workflow.
  * [UAM schema reference guide](/2025.1/governance/detect-your-activity/audit/reference-guides/universal-audit-model-uam/uam-schema.md): This reference guide lists the UAM events and examples of the logs.
* Query audit logs: These reference guides describe the audit available for the specific integration, details about enabling and configuring audit, and an example schema.
  * [Snowflake audit logs](/2025.1/governance/detect-your-activity/audit/reference-guides/query-audit-logs/snowflake.md)
  * [Databricks Unity Catalog audit logs](/2025.1/governance/detect-your-activity/audit/reference-guides/query-audit-logs/databricks-uc.md)
  * [Databricks Spark audit logs](/2025.1/governance/detect-your-activity/audit/reference-guides/query-audit-logs/databricks.md)
  * [Starburst (Trino) audit logs](/2025.1/governance/detect-your-activity/audit/reference-guides/query-audit-logs/trino.md)
* [Unknown users in audit logs](/2025.1/governance/detect-your-activity/audit/reference-guides/unknown-user.md): [Unity Catalog query audit](/2025.1/governance/detect-your-activity/audit/reference-guides/query-audit-logs/databricks-uc.md) brings in audit information for all tables and data sources, so some audit logs are created from activity by users not registered in Immuta. These audit records will appear in Immuta, providing valuable information of activity, with the username `Unknown`. This guide illustrates how to determine the username of these `Unknown` users and register them in Immuta.
* [Governance reports](/2025.1/governance/detect-your-activity/audit/reference-guides/reports.md): This reference guide describes the different reports available in Immuta.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.immuta.com/2025.1/governance/detect-your-activity/audit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
