-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
Component(s)
receiver/windowseventlog
Is your feature request related to a problem? Please describe.
There are additional fields on the windows event XML schema that are useful to users, but we don't collect into the structured output of the receiver. It would be good to capture some of these fields.
Describe the solution you'd like
Add the following fields to the parsed output of the windows event log receiver:
Version(see: SystemPropertiesType Schema)Correlation(see: SystemPropertiesType Schema)- This may contain the fields
ActivityIDandRelatedActivityIDwhich enables the consumer to correlate different events (like tracing).
- This may contain the fields
Describe alternatives you've considered
Use OTTL functions like ParseSimplifiedXML to parse original XML. This is a good workaround, but having the fields directly in the receiver struct is a simple update and avoids having to double parse the XML.
Additional context
Similar updates :
- [reciever/windowseventlog] Parse additional fields #27810
- [receiver/windowseventlog] Add Execution and Security information to parsed event log #27864
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Reactions are currently unavailable