-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[AZINTS-3391] add azure storage monitoring setup #28861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[AZINTS-3391] add azure storage monitoring setup #28861
Conversation
Preview links (active after the
|
fc0d40e
to
6c767c3
Compare
private: true | ||
--- | ||
|
||
<div class="alert alert-info">Storage Monitoring is in Preview.</div> | ||
|
||
## Overview | ||
|
||
Storage Monitoring for Amazon S3 & Google Cloud Storage provides deep, prefix-level analytics to help you understand exactly how your storage is being used, 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. | ||
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, 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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, 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. | |
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. |
Splitting the sentence to make it easier to follow
|
||
You can set this up either manually or using the provided CloudFormation templates. Access your Storage Monitoring data by navigating to **Infrastructure -> Storage Monitoring**. | ||
Access your Storage Monitoring data by navigating to **Infrastructure -> Storage Monitoring**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Access your Storage Monitoring data by navigating to **Infrastructure -> Storage Monitoring**. | |
Access your Storage Monitoring data by navigating to **Infrastructure > Storage Monitoring**. |
| bash -s -- <client_id> <subscription_id> <comma_separated_storage_account_names> | ||
``` | ||
|
||
Ensure your [shell environment][302] is set to Bash before running the script. Ensure that the you replace the various placeholder inputs with the correct values: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure your [shell environment][302] is set to Bash before running the script. Ensure that the you replace the various placeholder inputs with the correct values: | |
Before running the script, set your [shell environment][302] to Bash and replace the various placeholder inputs with the correct values: |
|
||
{{% tab "Azure Portal" %}} | ||
|
||
For Each Storage Account you wish to monitor: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Each Storage Account you wish to monitor: | |
For Each Storage Account you wish to monitor, follow all of the steps here: |
|
||
#### Create a blob inventory policy | ||
1. In the Azure portal, navigate to your Storage Account. | ||
2. Go to **Data management** -> **Blob inventory**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. Go to **Data management** -> **Blob inventory**. | |
2. Go to **Data management** > **Blob inventory**. |
|
||
#### Add the role assignment | ||
1. In the Azure portal, navigate to your Storage Account. | ||
2. Go to **Data storage** -> **Containers**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2. Go to **Data storage** -> **Containers**. | |
2. Go to **Data storage** > **Containers**. |
2. Go to **Data storage** -> **Containers**. | ||
3. Click on the **datadog-storage-monitoring** container. | ||
4. Click on **Access control (IAM)** in the left-hand menu. | ||
5. Click **Add** -> **Add role assignment**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5. Click **Add** -> **Add role assignment**. | |
5. Click **Add** > **Add role assignment**. |
|
||
### Post-Installation | ||
|
||
Once you finish with the above steps, fill out the [post-setup form][310]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once you finish with the above steps, fill out the [post-setup form][310]. | |
After you finish with the above steps, fill out the [post-setup form][310]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there,
Added some small edits. Let us know if you have any questions!
What does this PR do? What is the motivation?
Merge instructions
Merge readiness:
For Datadog employees:
Merge queue is enabled in this repo. Your branch name MUST follow the
<name>/<description>
convention and include the forward slash (/
). Without this format, your pull request will not pass in CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.If your branch doesn't follow this format, rename it or create a new branch and PR.
To have your PR automatically merged after it receives the required reviews, add the following PR comment:
Additional notes