Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/apache-airflow/security/audit_logs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ They provide a way to track user actions and system events, which can be used to
In Airflow, audit logs are used to track user actions and system events that occur during the execution of DAGs and tasks.
They are stored in a database and can be accessed through the Airflow UI.

To be able to see audit logs, a user needs to have the ``Audit Logs.can_read`` permission. Such user will be able to see all audit logs, independently of the DAGs permissions applied.


Level of Audit Logs
--------------------
Expand Down