Skip to content

Instantly share code, notes, and snippets.

@collin-sanford
Created September 27, 2023 17:19
Show Gist options
  • Save collin-sanford/27c5ba089993b7de8423a7858001303d to your computer and use it in GitHub Desktop.
Save collin-sanford/27c5ba089993b7de8423a7858001303d to your computer and use it in GitHub Desktop.
Windows Event Log configuration
# 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