Skip to content

Commit

Permalink
feat(builtin-audit-trails): added built-in section for audit trail
Browse files Browse the repository at this point in the history
  • Loading branch information
truszkowski committed Oct 10, 2024
1 parent 2c85309 commit 68f949e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/screenshots/audit-trail-logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions docs/integrations/audit-trail.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@

Spacelift optionally supports auditing all operations that change Spacelift resources. This is handled by asynchronously sending webhooks to a user-supplied endpoint.

## Built-in logs

As a admin, you can view Audit trail logs, navigate to the Audit trail section of your account settings and choose _logs_ tab:

![](<../assets/screenshots/audit-trail-logs.png>)

Now, you can look for specific events using filters (on the left side) and date picker (in the top-right corner).

![](<../assets/screenshots/audit-trail-logs-filters.png>)

You can see details:

![](<../assets/screenshots/audit-trail-logs-details-button.png>)
![](<../assets/screenshots/audit-trail-logs-details.png>)

Also go to affected resource or apply another filter:

![](<../assets/screenshots/audit-trail-logs-dropdown.png>)

## Setup

In order to set up the audit trail, navigate to the Audit trail section of your account settings and click the _Set up_ button:
Expand Down

0 comments on commit 68f949e

Please sign in to comment.