> For the complete documentation index, see [llms.txt](https://documentation.alluxio.io/ee-ai-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.alluxio.io/ee-ai-en/administration/audit-access-logs.md).

# Audit and Access Logs

This section covers Alluxio's two log types that record activity inside the cluster. Together they provide the data you need for security auditing, compliance, and operational insight into cache behavior.

Both log types share the same dynamic configuration surface — see [Dynamic Configuration via REST API and CLI](/ee-ai-en/administration/audit-access-logs/audit-log.md#dynamic-configuration-via-rest-api-and-cli) for how to enable, disable, and tune them at runtime.

## Audit Log

A structured, JSON-formatted record of operations performed within the system, used to monitor sensitive data access, track administrative commands, and meet regulatory requirements. Covers management operations through the Gateway and data access through the S3, HDFS, FUSE, and Python SDK interfaces.

Learn more about [Audit Log](/ee-ai-en/administration/audit-access-logs/audit-log.md) ...

## Access Log

A deduplicated record of key cache-lifecycle operations on Workers — `LOAD`, `HOT_READ`, `COLD_READ`, `EVICT`, and `DELETE` — designed to support data governance and cache observability under high concurrency without flooding log storage.

Learn more about [Access Log](/ee-ai-en/administration/audit-access-logs/access-log.md) ...


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.alluxio.io/ee-ai-en/administration/audit-access-logs.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.
