Skip to content

Commit

Permalink
Capture additional entries from the event log (#31559)
Browse files Browse the repository at this point in the history
Co-authored-by: Ursula Chen <[email protected]>
  • Loading branch information
kevingosse and urseberry authored Dec 17, 2024
1 parent 5cde5c4 commit 381a3cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flare/archive_win.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (

eventLogChannelsToExport = map[string]string{
"System": "Event/System/Provider[@Name=\"Service Control Manager\"]",
"Application": "Event/System/Provider[@Name=\"datadog-trace-agent\" or @Name=\"DatadogAgent\"]",
"Application": "Event/System/Provider[@Name=\"datadog-trace-agent\" or @Name=\"DatadogAgent\" or @Name=\".NET Runtime\" or @Name=\"Application Error\"]",
"Microsoft-Windows-WMI-Activity/Operational": "*",
}
execTimeout = 30 * time.Second
Expand Down
11 changes: 11 additions & 0 deletions releasenotes/notes/add-events-to-flare-b10cb7bf1aaf4d50.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Each section from every release note are combined when the
# CHANGELOG.rst is rendered. So the text needs to be worded so that
# it does not depend on any information only available in another
# section. This may mean repeating some details, but each section
# must be readable independently of the other.
#
# Each section note must be formatted as reStructuredText.
---
enhancements:
- |
On Windows, Agent flares now include event logs for .NET applications.

0 comments on commit 381a3cb

Please sign in to comment.