Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5686,11 +5686,16 @@ menu:
parent: csm_setup
identifier: csm_setup_iac_remediation
weight: 104
- name: Set Up without Infrastructure Monitoring
url: security/cloud_security_management/setup/without_infrastructure_monitoring
parent: csm_setup
identifier: csm_setup_without_infrastructure_monitoring
weight: 105
- name: Deploy via Cloud Integrations
url: security/cloud_security_management/setup/cloud_integrations
parent: csm_setup
identifier: csm_setup_cloud_integrations
weight: 105
weight: 106
- name: Threats
url: security/threats/
parent: csm
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Setting Up CSM without Infrastructure Monitoring
---

You can set up CSM without infrastructure monitoring, so you can save on costs.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not phrase it this way. You ca say something in the lines of:

You can set up CSM with or without Infrastructure Monitoring.


**Tip**: In your CSM settings, set up [resource evaluation filters][1] to limit the number of hosts you need security on.

## Set up CSM on your AWS account

Check warning on line 9 in content/en/security/cloud_security_management/setup/without_infrastructure_monitoring.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Set up CSM on your AWS account' should use sentence-style capitalization.

1. Go to the [AWS Integration configuration page][2] in Datadog.
1. On the **Configuration** tab, select the account you want to enable CSM on.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the Configuration tab, select the account you want to enable CSM on. If the required account is not there, you can add it by clicking ...

1. To turn off infrastructure monitoring, under the selected account number, on the **Metric Collection** tab, click the **disable metric collection** link. Then, click **Disable Metric Collection** to confirm.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. To turn off infrastructure monitoring on a given account, under the selected account number, on the Metric Collection tab, click the disable metric collection link. Then, click Disable Metric Collection to confirm.

1. To turn on CSM, on the **Resource Collection** tab, turn on the **Enable Resource Collection** toggle, and select the **Enable Cloud Security Management** checkbox.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add another line that suggests setting up the "Resource evaluation filters" in CSM Settings.

1. Click **Save**.

## Set up CSM on your Azure subscription

1. Go to the [Azure Integration configuration page][3] in Datadog.
1. Select the client ID you want to enable CSM on.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as above to given them an option to add a new client ID.

1. To turn off infrastructure monitoring, under the selected client ID, on the **Metric Collection** tab, turn off the **Enable Metric Collection** toggle.
1. To turn on CSM, on the **Resource Collection** tab, turn on the **Enable Resource Collection** toggle, and select the **Enable Cloud Security Management** checkbox.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as above. Please add another line that suggests setting up the "Resource evaluation filters" in CSM Settings.

1. Click **Save**.

[1]: /security/cloud_security_management/guide/resource_evaluation_filters/
[2]: https://app.datadoghq.com/integrations/amazon-web-services
[3]: https://app.datadoghq.com/integrations/azure
Loading