Created
September 27, 2023 17:19
-
-
Save collin-sanford/27c5ba089993b7de8423a7858001303d to your computer and use it in GitHub Desktop.
Windows Event Log configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://docs.datadoghq.com/integrations/win32_event_log/?tab=logs#overview | |
init_config: | |
logs: | |
- type: windows_event | |
channel_path: "Application" | |
source: windows.events | |
service: Application_Event | |
- type: windows_event | |
channel_path: "Security" | |
source: windows.events | |
service: Security_Event | |
- type: windows_event | |
channel_path: "Setup" | |
source: windows.events | |
service: Setup_Event | |
- type: windows_event | |
channel_path: "System" | |
source: windows.events | |
service: System_Event | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment