- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Microsoft DNS - Overview 1
Microsoft DNS - Overview 2
Microsoft DNS - Overview 3
Microsoft DNS - Overview 4
Microsoft DNS is a Windows Server service that translates domain names into IP addresses, allowing computers to find and communicate with each other on a network. It supports features like Dynamic DNS (DDNS), zone transfers, conditional forwarding, DNSSEC for security, and scavenging to remove stale records.
This integration collects and enhances DNS Server audit events, providing detailed insights through out-of-the-box dashboards. It also includes ready-to-use Cloud SIEM detection rules for improved monitoring and security.
To install the Microsoft DNS integration, run the following Agent installation command and the steps below. For more information, see the Integration Management documentation.
Note: This step is not necessary for Agent version >= 7.66.0.
Run powershell.exe as admin and execute following command:
& "$env:ProgramFiles\Datadog\Datadog Agent\bin\agent.exe" integration install datadog-microsoft_dns==1.0.0
Collecting logs is disabled by default in the Datadog Agent. Enable it in the datadog.yaml
file with:
logs_enabled: true
Add this configuration block to your microsoft_dns.d/conf.yaml
file to start collecting your Microsoft DNS Server audit events:
logs:
- type: windows_event
channel_path: "Microsoft-Windows-DNSServer/Audit"
source: microsoft-dns
service: microsoft-dns
sourcecategory: windowsevent
Run the Agent’s status subcommand and look for microsoft_dns
under the Checks section.
The Microsoft DNS integration collects the DNS Server audit events.
The Microsoft DNS integration does not include any metrics.
The Microsoft DNS integration does not include any events.
The Microsoft DNS integration does not include any service checks.
Need help? Contact Datadog support.
Microsoft DNS - Overview 1
Microsoft DNS - Overview 2
Microsoft DNS - Overview 3
Microsoft DNS - Overview 4