- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`In addition to setting up Cloud Security with or without an Agent, you can also set it up without Infrastructure Monitoring. Doing so disables metric data submission (including Custom Metrics) so that hosts stop showing up in Datadog.
Note: In your Cloud Security settings, set up resource evaluation filters to limit the number of hosts you need security on.
Note: In your Cloud Security settings, set up resource evaluation filters to limit the number of hosts you need security on.
Note: In your Cloud Security settings, set up resource evaluation filters to limit the number of hosts you need security on.
If you’re using the Datadog Agent, you must run Agent v6.4+.
Open the datadog.yaml configuration file.
Add enable_payloads
as a top-level attribute anywhere in the configuration file with the following settings:
enable_payloads:
series: false
events: false
service_checks: false
sketches: false
If you’re using the Docker containerized Agent, add and set the following environment variables to false
to the Cloud Security configuration for Agent:
-e DD_ENABLE_PAYLOADS_EVENTS=false \
-e DD_ENABLE_PAYLOADS_SERIES=false \
-e DD_ENABLE_PAYLOADS_SERVICE_CHECKS=false \
-e DD_ENABLE_PAYLOADS_SKETCHES=false \
If you’re deploying the Agent in Kubernetes, make the following changes in your Helm chart in addition to the Cloud Security configuration for Agent:
clusterAgent:
enabled: false
datadog:
[...]
processAgent:
enabled: false
containerCollection: false
[...]
env:
- name: DD_ENABLE_PAYLOADS_EVENTS
value: "false"
- name: DD_ENABLE_PAYLOADS_SERIES
value: "false"
- name: DD_ENABLE_PAYLOADS_SERVICE_CHECKS
value: "false"
- name: DD_ENABLE_PAYLOADS_SKETCHES
value: "false"