Setting up Cloud Security on Windows
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
Use the following instructions to enable Misconfigurations, Vulnerability Management, and Identity Risks on Windows.
Prerequisites
- Agent versions 7.52 and later.
- Access to hosts running Windows Server 2016 or newer.
Limitations
- Windows containerized workloads are not supported.
- Datadog detects vulnerabilities in Windows by identifying the Windows version and installed security knowledge base (KB) updates to address vulnerabilities associated with that version. However, some KB updates are cumulative and contain other KB updates, which might cause Datadog to misidentify which updates have been installed.
- Datadog can’t track vulnerability fixes that Windows applies outside of KB updates.
- Datadog can’t track vulnerabilities associated with third-party software.
Installation
Installer
- Install the Datadog Windows Agent.
- Right-click the downloaded
.msi
file and select Run as administrator. - Follow the prompts, accept the license agreement, and enter your Datadog API key. If you are upgrading from an existing version of the Agent, the installer may not prompt you for an API key.
It can take up to 15 minutes to complete the installation. In certain cases, Microsoft Defender may cause slow installation progress. When the install finishes, you are given the option to launch the Datadog Agent Manager.
Command line
- Download the Datadog Agent installer.
- Follow the instructions for command line installation using command prompts or PowerShell.
Configuration
Enable Vulnerability scanning
- Update your Datadog Agent to 7.58 or later.
- Ensure you have access to
C:\ProgramData
, which is a hidden folder.- In File Explorer, click the View tab, and clear the Hidden items checkbox. The ProgramData folder should now be visible when navigating to the
C:
drive. The transparent icon indicates it is a hidden folder.
- In
C:\ProgramData\Datadog\datadog.yaml
, set the sbom
and host
flags:
sbom:
enabled: true
host:
enabled: true
- Restart the Datadog Agent to enable Cloud Security Vulnerability Management.
Verify that the Agent is sending events to Cloud Security
To verify that the Agent is sending events to Cloud Security, go to Cloud Security Overview and view the Security Inbox and All Findings sections.
Collecting events using Cloud Security Management will affect your billing. For more information, see
Datadog Pricing.