8000 Add onboarding updates (#29299) · DataDog/documentation@498df5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 498df5b

Browse files
rmshreejhgilbert
authored and
Bryan Antigua
committed
Add onboarding updates (#29299)
* add onboarding updates * Apply suggestions from code review Co-authored-by: Jen Gilbert <jen.gilbert@datadoghq.com> * address comment * obscure account ids * small fix * fix image --------- Co-authored-by: Jen Gilbert <jen.gilbert@datadoghq.com>
1 parent 4882ab8 commit 498df5b

File tree

3 files changed

+36
-6
lines changed

3 files changed

+36
-6
lines changed

content/en/integrations/guide/storage-monitoring-setup.md

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ private: true
77

88
## Overview
99

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

1212
This guide explains how to configure Storage Monitoring in Datadog for your S3 buckets, GCS buckets, and Azure Storage Accounts.
1313

@@ -18,9 +18,39 @@ Access your Storage Monitoring data by navigating to **Infrastructure > Storage
1818
### Installation
1919

2020
{{< 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.
47+
48+
[1]: https://app.datadoghq.com/storage-monitoring?mConfigure=true
49+
50+
{{% /tab %}}
2151
{{% tab "CloudFormation" %}}
2252

23-
The fastest way to set up Storage Monitoring is using the provided CloudFormation templates. This process involves two steps:
53+
You can also set up Storage Monitoring using the provided CloudFormation templates. This process involves two steps:
2454

2555
#### Step 1: Configure inventory generation
2656

@@ -375,7 +405,7 @@ To set up Storage Monitoring for Azure Blob Storage, follow these steps:
375405
{{< tabs >}}
376406
{{% tab "Azure CLI" %}}
377407

378-
To enable inventories for the selected storage accounts in each subscription, run the following script in your [Azure Cloud Shell][301]:
408+
To enable inventories for the selected storage accounts in each subscription, run the following script in your [Azure Cloud Shell][301]:
379409

380410
```shell
381411
curl https://datadogstoragemonitoring.blob.core.windows.net/scripts/install.sh \
@@ -410,7 +440,7 @@ For Each Storage Account you wish to monitor, follow all of the steps here:
410440
- Schedule: **Daily**
411441
- Blob types: Select **Block blobs**, **Append blobs**, and **Page blobs**.
412442
- Subtypes: Select **Include blob versions**
413-
- Schema fields: Select All, or ensure that at least the following are selected:
443+
- Schema fields: Select All, or ensure that at least the following are selected:
414444
- **Name**
415445
- **Access tier**
416446
- **Last modified**
@@ -419,7 +449,7 @@ For Each Storage Account you wish to monitor, follow all of the steps here:
419449
- **Current version status**
420450
- **Version ID**
421451
- Exclude prefix: datadog-storage-monitoring
422-
5. Click **Add**.
452+
5. Click **Add**.
423453

424454
#### Add the role assignment
425455
1. In the Azure portal, navigate to your Storage Account.
@@ -430,7 +460,7 @@ For Each Storage Account you wish to monitor, follow all of the steps here:
430460
6. Fill out the role assignment:
431461
- Role: Select **Storage Blob Data Reader**. Click **Next**.
432462
- Assign access to: **User, group, or service principal**.
433-
- Members: Click **+ Select members** and search for your App Registration by its name and select it.
463+
- Members: Click **+ Select members** and search for your App Registration by its name and select it.
434464
- **Note**: This should be an App Registration set up in the Datadog Azure integration. Keep in mind the Client ID for later.
435465
7. Click **Review + assign**.
436466

Loading
Loading

0 commit comments

Comments
 (0)
0