Collect the FULL windows event log message
Joel Duffield
Posts: 1 ✭
in Edge
I'm trying to collect the full windows event messages, all the fields plus the full message/rendered message (the view you see in windows)
It seems like if use the json method I get that message at least sometimes but then really crucial information like username domain etc are buried in the properties field, and if I use xml then I get all the fields with names etc, but I don't get that rendered message at all.
I'm used to working with winlogbeat and nxlog and this is pretty standard to do in those, but is there a way to do this in the edge agent?
0
Answers
-
So with the JSON method you are not getting the additional key/value pairs buried in the logs? Ensure you have the desired log path defined as well.
- JSON format includes the rendered message string, while XML does not.
0 - JSON format includes the rendered message string, while XML does not.