From 7537a3cc4b3c09819e515dd4982c67322588af1c Mon Sep 17 00:00:00 2001 From: Janine Chan Date: Tue, 19 Nov 2024 16:12:01 -0700 Subject: [PATCH 1/3] Add docs on CSM setup without infra monitoring --- config/_default/menus/main.en.yaml | 7 ++++- .../without_infrastructure_monitoring.md | 27 +++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 content/en/security/cloud_security_management/setup/without_infrastructure_monitoring.md diff --git a/config/_default/menus/main.en.yaml b/config/_default/menus/main.en.yaml index 7f690e38d1b..e26c97a2baa 100644 --- a/config/_default/menus/main.en.yaml +++ b/config/_default/menus/main.en.yaml @@ -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 diff --git a/content/en/security/cloud_security_management/setup/without_infrastructure_monitoring.md b/content/en/security/cloud_security_management/setup/without_infrastructure_monitoring.md new file mode 100644 index 00000000000..da3009e152b --- /dev/null +++ b/content/en/security/cloud_security_management/setup/without_infrastructure_monitoring.md @@ -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. + +**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 + +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. +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. +1. To turn on CSM, on the **Resource Collection** tab, turn on the **Enable Resource Collection** toggle, and select the **Enable Cloud Security Management** check box. +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. +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** check box. +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 \ No newline at end of file From 0e831a58ea827256c311d2c820cedcbc0bb37eaf Mon Sep 17 00:00:00 2001 From: Janine Chan <64388808+janine-c@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:26:19 -0500 Subject: [PATCH 2/3] Accept Jen's suggestion Co-authored-by: Jen Gilbert --- .../setup/without_infrastructure_monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/security/cloud_security_management/setup/without_infrastructure_monitoring.md b/content/en/security/cloud_security_management/setup/without_infrastructure_monitoring.md index da3009e152b..1a0fc24c184 100644 --- a/content/en/security/cloud_security_management/setup/without_infrastructure_monitoring.md +++ b/content/en/security/cloud_security_management/setup/without_infrastructure_monitoring.md @@ -11,7 +11,7 @@ You can set up CSM without infrastructure monitoring, so you can save on costs. 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. 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. -1. To turn on CSM, on the **Resource Collection** tab, turn on the **Enable Resource Collection** toggle, and select the **Enable Cloud Security Management** check box. +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. 1. Click **Save**. ## Set up CSM on your Azure subscription From 46b0fce23429285dac7d4a7f367a9d363234c6a5 Mon Sep 17 00:00:00 2001 From: Janine Chan <64388808+janine-c@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:26:29 -0500 Subject: [PATCH 3/3] Accept Jen's suggestion Co-authored-by: Jen Gilbert --- .../setup/without_infrastructure_monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/security/cloud_security_management/setup/without_infrastructure_monitoring.md b/content/en/security/cloud_security_management/setup/without_infrastructure_monitoring.md index 1a0fc24c184..7801b8cb2e1 100644 --- a/content/en/security/cloud_security_management/setup/without_infrastructure_monitoring.md +++ b/content/en/security/cloud_security_management/setup/without_infrastructure_monitoring.md @@ -19,7 +19,7 @@ You can set up CSM without infrastructure monitoring, so you can save on costs. 1. Go to the [Azure Integration configuration page][3] in Datadog. 1. Select the client ID you want to enable CSM on. 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** check box. +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. 1. Click **Save**. [1]: /security/cloud_security_management/guide/resource_evaluation_filters/