You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/integrations/guide/storage-monitoring-setup.md
+36-6Lines changed: 36 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ private: true
7
7
8
8
## Overview
9
9
10
-
Storage Monitoring for Amazon S3, Google Cloud Storage, and Azure Blob Storage provides deep, prefix-level analytics to help you understand exactly how your storage is being used. It also detect potential issues before they impact operations, and make data-driven decisions about storage optimization. Use these insights to help you track storage growth, investigate access patterns, and optimize costs.
10
+
Storage Monitoring for Amazon S3, Google Cloud Storage, and Azure Blob Storage provides deep, prefix-level analytics to help you understand exactly how your storage is being used. It detects potential issues before they impact operations, and helps you make data-driven decisions about storage optimization. Use these insights to track storage growth, investigate access patterns, and optimize costs.
11
11
12
12
This guide explains how to configure Storage Monitoring in Datadog for your S3 buckets, GCS buckets, and Azure Storage Accounts.
13
13
@@ -18,9 +18,39 @@ Access your Storage Monitoring data by navigating to **Infrastructure > Storage
18
18
### Installation
19
19
20
20
{{< tabs >}}
21
+
{{% tab "Recommended: Storage Monitoring UI" %}}
22
+
23
+
The fastest way to set up Storage Monitoring is going to **Infrastructure > Storage Monitoring > [Add Buckets][1]**. On the Add Buckets page, you can configure multiple S3 buckets for Storage Monitoring in one go.
24
+
25
+
1. Go to Datadog > Infrastructure > Storage Monitoring.
26
+
27
+
2. Click [Add Buckets][1].
28
+
29
+
{{< img src="integrations/guide/storage-monitoring/add-buckets.png" alt="Select buckets for enabling Storage Monitoring" responsive="true">}}
30
+
31
+
3. Enable Amazon S3 Integration and Resource collection for all the AWS accounts you want to monitor.
32
+
33
+
**Note**: For each AWS account that has the S3 buckets you want to monitor, make sure your Datadog IAM roles include the following permissions: `s3:GetObject`, `s3:ListObjects`, and `s3:PutInventoryConfiguration`.
34
+
35
+
4. Select the S3 buckets you want to monitor with Storage Monitoring. You can select buckets from multiple AWS accounts at once.
36
+
37
+
{{< img src="integrations/guide/storage-monitoring/step-2.png" alt="Select buckets for enabling Storage Monitoring" responsive="true">}}
38
+
39
+
5. Assign a destination bucket per region to store S3 inventory reports from the source buckets. This can be an existing AWS bucket or a new one.
40
+
41
+
- Source bucket: The S3 bucket you want to monitor with Storage Monitoring
42
+
- Destination bucket: Used to store inventory reports (one per AWS region, can be reused)
43
+
44
+
6. Complete the configuration. The inventory generation process will start within AWS within 24 hours of the first report.
45
+
46
+
7. Return to **Infrastructure > Storage Monitoring** to see your bucket(s) appear.
0 commit comments