Am trying to config NXlog to send windows events to greylog server. But I cannot see any events sent on greylog server.
I can see the logs are being set to the greylog server via the firewall. So there isn’t anything blocking as such. Config for greylog server
Module xm_gelf
# Use 'im_mseventlog' for Windows XP, 2000 and 2003
Module im_msvistalog
# Uncomment the following to collect specific event logs only
Query \
\
*\
*\
*\
\
Module om_udp
Host 10.x.x.x
Port 12201
OutputType GELF
Path eventlog => udp
Thanks you guys for your prompt responses. It turns out I haven’t allow port 12201 via the AWS security rule for the EC2 instance. I can now see the windows logs successfully.