Windows Event Collection
Prerequisites
Setup
Set up a Linux server with rsyslogd and Fluentd
<source> @type tcp format none port 5140 tag windowslog </source> <match windowslog> @type stdout </match> The above code listens to port 5140 (UDP) and outputs the data to stdout (which is piped to `/var/log/td-agent/td-agent.log`)
Set up nxlog on Windows
Test
Parsing JSON Logs
Next Step
Learn More
Last updated
Was this helpful?