Hello,
Fairly new to Graylog and trying to get some Radius/NPS logs ingested using a sidecar on a Windows server. Sidecar setup went okay, I am using the Filebeat module and getting the log data into Graylog. My issue is that the entirety of the logged items are showing up as XML in the message field. I would like to break the XML out into fields. All of my research seems to state that it’s best to process the XML before sending the data to Graylog instead or processing with a pipeline or extractor after the log data is received.
I am just wondering if anyone can share some configuration options for Filebeat that would help to parse the XML or otherwise give some advice on the best way to handle this data. I seem to be struggling to find good info on how to parse the data before it is sent to Graylog.
Currently using Graylog 3.2.
Thank you in advance!