Skip to content

Commit

Permalink
Merge pull request #2860 from ClickHouse/audit_api
Browse files Browse the repository at this point in the history
link to API
  • Loading branch information
gingerwizard authored Dec 6, 2024
2 parents c8b80d0 + 7e25672 commit 205f596
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/en/cloud/security/audit-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ slug: /en/cloud/security/audit-logging
title: Audit Logging
---

In ClickHouse Cloud, you can use the **Activity** tab on the left menu to see what changes have been made to your ClickHouse Cloud organization - including who made the change and when it occurred.
In ClickHouse Cloud, navigate to your organization details.

<img src={require('./images/activity_log1.png').default} class="image" alt="ClickHouse Cloud activity tab" style={{width: '30%'}}/>

<br/>

Select the **Audit** tab on the left menu to see what changes have been made to your ClickHouse Cloud organization - including who made the change and when it occurred.


The **Activity** page displays a table containing a list of events logged about your organization. By default, this list is sorted in a reverse-chronological order (most-recent event at the top). Change the order of the table by clicking on the columns headers. Each item of the table contains the following fields:


Expand Down Expand Up @@ -57,3 +60,7 @@ The different types of events captured for the organization are grouped in 3 cat
- User joined organization
- User invitation deleted
- User left organization

## API for audit events

Users can use the ClickHouse Cloud API `activity` endpoint to obtain an export of audit events. Further details can be found [here](/docs/en/cloud/manage/api/organizations-api-reference#list-of-organization-activities).
Binary file modified docs/en/cloud/security/images/activity_log1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/cloud/security/images/activity_log2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/en/cloud/security/images/activity_log3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 205f596

Please sign in to comment.