Skip to content

[reciever/windowseventlog] Parse missing Version and Correlation fields from windows event log xml #45018

@franciscovalentecastro

Description

@franciscovalentecastro

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:

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 :

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions