Skip to content

Commit

Permalink
Update audit-log.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyyeo authored Dec 10, 2023
1 parent b758f54 commit 3b034c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/docs/cloud/manage-access/audit-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,12 @@ You can use the audit log to export all historical audit results for security, c

<Lightbox src="/img/docs/dbt-cloud/dbt-cloud-enterprise/audit-log-section.jpg" width="85%" title="View audit log export options"/>

:::info Azure single tenant

For customers deployed in [Azure single tenant](https://docs.getdbt.com/docs/cloud/about-cloud/tenancy), the **Export All** button will not be available. Use one of the following APIs to retrieve alll events instead:
* [Get Recent Audit Log Events CSV](https://docs.getdbt.com/dbt-cloud/api-v3#/operations/Get%20Recent%20Audit%20Log%20Events%20CSV).
* This API will return all events in a single CSV without pagination.
* [List Recent Audit Log Events](https://docs.getdbt.com/dbt-cloud/api-v3#/operations/List%20Recent%20Audit%20Log%20Events).
* You will need to paginate the results as this API returns a limited number of events at a time.

:::

0 comments on commit 3b034c9

Please sign in to comment.