Skip to content

Commit

Permalink
Update audit-log.md
Browse files Browse the repository at this point in the history
turn into h3
  • Loading branch information
mirnawong1 authored Dec 11, 2023
1 parent 4bec0fe commit 4ee9af9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions website/docs/docs/cloud/manage-access/audit-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,15 @@ You can search the audit log to find a specific event or actor, which is limited
You can use the audit log to export all historical audit results for security, compliance, and analysis purposes:

- **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.

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

- **Azure Single-tenant deployment** &mdash; For users deployed in [Azure single tenant](/docs/cloud/about-cloud/tenancy), while the **Export All** button isn't available, you can conveniently use specific APIs to access all events:

- [Get recent audit log events CSV](/dbt-cloud/api-v3#/operations/Get%20Recent%20Audit%20Log%20Events%20CSV).
- This API returns all events in a single CSV without pagination.
- [List recent audit log events](/dbt-cloud/api-v3#/operations/List%20Recent%20Audit%20Log%20Events).
- This API returns a limited number of events at a time, which means you will need to paginate the results.
### Azure Single-tenant deployment
For users deployed in [Azure single tenant](/docs/cloud/about-cloud/tenancy), while the **Export All** button isn't available, you can conveniently use specific APIs to access all events:

- [Get recent audit log events CSV](/dbt-cloud/api-v3#/operations/Get%20Recent%20Audit%20Log%20Events%20CSV).
- This API returns all events in a single CSV without pagination.
- [List recent audit log events](/dbt-cloud/api-v3#/operations/List%20Recent%20Audit%20Log%20Events).
- This API returns a limited number of events at a time, which means you will need to paginate the results.

0 comments on commit 4ee9af9

Please sign in to comment.