This page is not yet available in Spanish. We are working on its translation. If you have any questions or feedback about our current translation project, feel free to reach out to us!
Use the following instructions to enable Misconfigurations, Threat Detection, and Vulnerability Management.
Collecting events using Cloud Security Management will affect your billing. For more information, see Datadog Pricing.
Note: SBOM collection is not compatible with the image streaming feature in Google Kubernetes Engine (GKE). To disable it, see the Disable Image streaming section of the GKE docs.
Add the following to the spec section of the datadog-agent.yaml file:
# datadog-agent.yaml fileapiVersion:datadoghq.com/v2alpha1kind:DatadogAgentmetadata:name:datadogspec:features:remoteConfiguration:enabled:true# Enables Threat Detectioncws:enabled:true# Enables Misconfigurationscspm:enabled:truehostBenchmarks:enabled:true# Enables the image metadata collection and Software Bill of Materials (SBOM) collectionsbom:enabled:true# Enables Container Vulnerability Management# Image collection is enabled by default with Datadog Operator version `>= 1.3.0`containerImage:enabled:true# Uncomment the following line if you are using Google Kubernetes Engine (GKE) or Amazon Elastic Kubernetes (EKS)# uncompressedLayersSupport: true# Enables Host Vulnerability Managementhost:enabled:true
Apply the changes and restart the Agent.
Add the following to the datadog section of the datadog-values.yaml file:
# datadog-values.yaml filedatadog:remoteConfiguration:enabled:truesecurityAgent:# Enables Threat Detectionruntime:enabled:true# Enables Misconfigurationscompliance:enabled:truehost_benchmarks:enabled:truesbom:containerImage:enabled:true# Uncomment the following line if you are using Google Kubernetes Engine (GKE) or Amazon Elastic Kubernetes (EKS)# uncompressedLayersSupport: true# Enables Host Vulnerability Managementhost:enabled:true# Enables Container Vulnerability Management# Image collection is enabled by default with Datadog Helm version `>= 3.46.0`# containerImageCollection:# enabled: true
Restart the Agent.
Add the following settings to the env section of security-agent and system-probe in the daemonset.yaml file: