This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 20c2aff5e3263cf3bc51588c90a3d3bb6d44d794 Author: Rohan Anand <[email protected]> AuthorDate: Thu Aug 3 21:56:55 2023 +0530 Update audit_logs.rst (#33073) Audit Logs can be found under dropdown of Browse tab in airflow UI not under Admin tab. (cherry picked from commit 079bff9f495d57eb3564c3a22d17cbfbfba1f3c3) --- docs/apache-airflow/security/audit_logs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/security/audit_logs.rst b/docs/apache-airflow/security/audit_logs.rst index 33cec373c3..be38a29438 100644 --- a/docs/apache-airflow/security/audit_logs.rst +++ b/docs/apache-airflow/security/audit_logs.rst @@ -42,7 +42,7 @@ Audit logs exist at the task level and the user level. Location of Audit Logs ---------------------- -Audit logs can be accessed through the Airflow UI. They are located under the "Admin" tab, and can be viewed by selecting "Audit Logs" from the dropdown menu. +Audit logs can be accessed through the Airflow UI. They are located under the "Browse" tab, and can be viewed by selecting "Audit Logs" from the dropdown menu. Types of Events
