From e3c74bdfdb211aa7e04cef2f83a4e1f70d795193 Mon Sep 17 00:00:00 2001 From: Benoit Perigaud <8754100+b-per@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:03:15 +0200 Subject: [PATCH] Mention that Account Viewer also has access to Audit Logs (#5950) Account Viewer also has access to audit logs since recently ## What are you changing in this pull request and why? Updating page to mention that Audit logs are accessible by people with Account Viewer access as well Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> --- website/docs/docs/cloud/manage-access/audit-log.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/docs/cloud/manage-access/audit-log.md b/website/docs/docs/cloud/manage-access/audit-log.md index 0abf54ff991..70ef4d66f8e 100644 --- a/website/docs/docs/cloud/manage-access/audit-log.md +++ b/website/docs/docs/cloud/manage-access/audit-log.md @@ -9,12 +9,12 @@ pagination_prev: "docs/cloud/manage-access/about-user-access" To review actions performed by people in your organization, dbt provides logs of audited user and system events in real time. The audit log appears as events happen and includes details such as who performed the action, what the action was, and when it was performed. You can use these details to troubleshoot access issues, perform security audits, or analyze specific events. -You must be an **Account Admin** to access the audit log and this feature is only available on Enterprise plans. +You must be an **Account Admin** or an **Account Viewer** to access the audit log and this feature is only available on Enterprise plans. The dbt Cloud audit log stores all the events that occurred in your organization in real-time, including: - For events within 90 days, the dbt Cloud audit log has a selectable date range that lists events triggered. -- For events beyond 90 days, **Account Admins** can [export all events](#exporting-logs) by using **Export All**. +- For events beyond 90 days, **Account Admins** and **Account Viewers** can [export all events](#exporting-logs) by using **Export All**. ## Accessing the audit log @@ -170,6 +170,6 @@ You can use the audit log to export all historical audit results for security, c - **For events within 90 days** — dbt Cloud will automatically display the 90-day selectable date range. Select **Export Selection** to download a CSV file of all the events that occurred in your organization within 90 days. -- **For events beyond 90 days** — Select **Export All**. The Account Admin will receive an email link to download a CSV file of all the events that occurred in your organization. +- **For events beyond 90 days** — Select **Export All**. The Account Admin or Account Viewer will receive an email link to download a CSV file of all the events that occurred in your organization.