Skip to content

Commit a11e440

Browse files
committed
docs(add): doc
1 parent c2a3714 commit a11e440

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

pages/audit-trail/concepts.mdx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Audit Trail - Concepts
33
description: Learn fundamental concepts of Scaleway's Audit Trail.
44
tags: audit-trail log events access
55
dates:
6-
validation: 2025-06-03
6+
validation: 2025-11-05
77
---
88

99
## Audit Trail
@@ -18,6 +18,20 @@ Audit Trail allows you to view the metadata of the API method used, allowing you
1818

1919
An event is a record of any activity related to your Scaleway resources, encompassing actions by users, applications, or Scaleway.
2020

21+
## Export
22+
23+
Audit Trail exports allow you to upload your [event](#event) logs to any [Object Storage](/object-storage/) bucket as long as it is located in the same region as the events. This leverages Object Storage features and benefits which include:
24+
25+
- Fine-grained access management with [bucket policies](/object-storage/api-cli/bucket-policy/)
26+
- Versioning of events for traceability and recovery
27+
- Lifecycle rules to automate data archiving or deletion
28+
- Flexible backup options through integration with third-party tools
29+
- Object lock to protect data from accidental deletion
30+
31+
## Prefix
32+
33+
34+
2135
## Project
2236

2337
In the context of Audit Trail, a Project refers to the place where the Scaleway resources being monitored are located. They can be located in different Scaleway Projects, of different Scaleway Organizations.
@@ -28,7 +42,7 @@ A method in the context of Audit Trail is the API call sent to the Audit Trail A
2842

2943
## Region
3044

31-
A region is the geographical area in which your resources are located (Paris, Amsterdam, Warsaw).
45+
A region is the geographical area in which your resources are located (Paris, Amsterdam, Warsaw).
3246

3347
Audit Trail allows you to select and filter your resources by region and Scaleway Project. This allows you to better sort through your resources.
3448

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: How to create an Audit Trail export
3+
description: Learn how to export your Audit Trail event logs to your Object Storage bucket and securely manage your data
4+
tags: audit-trail events track filter
5+
dates:
6+
validation: 2025-11-10
7+
posted: 2025-11-10
8+
---
9+
10+
import Requirements from '@macros/iam/requirements.mdx'
11+
12+
This page shows you how to export your Audit Trail event logs to an Object Storage bucket using the [Scaleway console](https://console.scaleway.com/).
13+
14+
<Requirements />
15+
16+
- A Scaleway account logged into the [console](https://console.scaleway.com)
17+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
18+
- Created [resources integrated](/audit-trail/reference-content/resource-integration-with-adt/) with Audit Trail
19+
- [Created](/object-storage/how-to/create-a-bucket/) an Object Storage bucket located in the same region as your Audit Trail events
20+
21+
1. Click **Audit Trail** in the **Monitoring** section of the [Scaleway console](https://console.scaleway.com/) side menu.
22+
2. Click the **Region** drop-down and select a region in which you have Audit Trail events.
23+
3. Click **Create export**. You are prompted to create an event export.
24+
4. Fill out the required information to configure your **destination bucket**:
25+
1. In the **Bucket region** drop-down, select the region in which you have created your bucket.
26+
2. In the **Bucket project** drop-down, select the Scaleway project in which you have created your bucket.
27+
3. In the **Destination bucket** drop-down, select your bucket.
28+
4. In the **Prefix** field, enter a prefix to define the folder path where your event logs will be stored.
29+
5. Click **Next** to move on to the Audit Trail export creation step.
30+
5. Enter a name and optional tags for the Audit Trail export, then click **Next**.
31+
6. Review your export and click **Create export** to confirm.
32+
33+
<Message type="note">
34+
The first Audit Trail export includes data from the past 90 days and may take a few minutes to complete.
35+
</Message>

0 commit comments

Comments
 (0)