I'm trying without any luck to use NTSysLog in order to grab my network computers Security Logs and send them into a Log Service (Loggly in this case).
I can install and run NTSysLog from a Windows 7 Professional machine
from Loggly I only have Unix related setup help and they specify:
:: Syslog ::
For UDP, put this in /etc/syslog.conf:
*.* @logs.loggly.com:46031
To restart:
/etc/init.d/syslogd restart
:: rsyslog ::
For UDP, put this in rsyslog.conf:
*.* @logs.loggly.com:46031
From this, How can I setup a Windows machine correctly without the need of setting up a Linux machine to be the SysLog server from then I would send the messages to the Log Service?
Setting the Primary Syslog Daemon as it shows in the image above, does not log it.