- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Microsoft Sysmon - Overview 1
Microsoft Sysmon - Overview 2
Microsoft Sysmon - Overview 3
Microsoft Sysmon - Overview 4
Microsoft Sysmon - Overview 5
Microsoft Sysmon - Overview 6
Microsoft Sysmon - Overview 7
Microsoft Sysmon - Overview 8
Microsoft Sysmon is a Windows system service and device driver that provides detailed logging of system activity, including process creation, network connections, file modifications, and registry changes.
This integration enriches and ingests the Sysmon event logs. Use the pre-built dashboard to get a high-level view of the Sysmon events helping security teams monitor system activity.
To install the Microsoft Sysmon 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 the following command:
& "$env:ProgramFiles\Datadog\Datadog Agent\bin\agent.exe" integration install datadog-microsoft_sysmon==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_sysmon.d/conf.yaml
file to start collecting your Microsoft Sysmon logs:
logs:
- type: windows_event
channel_path: "Microsoft-Windows-Sysmon/Operational"
source: microsoft-sysmon
service: microsoft-sysmon
sourcecategory: windowsevent
Follow these steps to install Sysmon:
EventFiltering
XML tag for other events in the same way. <Sysmon schemaversion="4.90">
<EventFiltering>
<ProcessCreate onmatch="include">
<Image condition="contains">C:\Users\*\AppData\Local\Temp\</Image>
<Image condition="contains">C:\Users\*\AppData\Roaming\</Image>
</ProcessCreate>
</EventFiltering>
</Sysmon>
.\Sysmon -i [<configfile>]
Note: Sysmon is highly configurable using the configuration (XML) file which allows you to:
Enabling too many event types can result in excessive data ingestion. Only critical security events should be enabled based on the threat model and monitoring needs. These events should be selectively enabled for critical system directories, processes, and users to avoid unnecessary log noise.
For more details on configuration, please refer to the Sysmon docs.
Run the Agent’s status subcommand and look for microsoft_sysmon
under the Checks section.
The Microsoft Sysmon integration collects the following Sysmon event logs:
The Microsoft Sysmon integration does not include any metrics.
The Microsoft Sysmon integration does not include any events.
The Microsoft Sysmon integration does not include any service checks.
Need help? Contact Datadog support.
Microsoft Sysmon - Overview 1
Microsoft Sysmon - Overview 2
Microsoft Sysmon - Overview 3
Microsoft Sysmon - Overview 4
Microsoft Sysmon - Overview 5
Microsoft Sysmon - Overview 6
Microsoft Sysmon - Overview 7
Microsoft Sysmon - Overview 8