Syslog

Georgia Tech Cyber Security runs syslog servers for the general campus to use for log export. We accept plain syslog both UDP and TCP via port 514.

If you do not know how to configure syslog, please refer to the “syslog Configuration File” section of the following article (https://www.digitalocean.com/community/tutorials/how-to-view-and-configure-linux-logs-on-ubuntu-and-centos) or send an email to support@oit.gatech.edu for help with configuration.

UDP syslog

​For UDP syslog add the following lines to your rsyslog configuration:

$PreserveFQDN on
*.* @logs.is.gatech.edu:514

TCP syslog

​For TCP syslog add the following lines to your rsyslog configuration:

$PreserveFQDN on
*.* @@logs.is.gatech.edu:514