Configure a Syslog server using Rsyslog
Knowledge Required: Comfortable in a Linux shell Tools required: Linux derivative (this example uses Debian) Syslog is a common transport for sending application or security logs over a network. It’s more than likely that you want to aggregate all these syslog feeds into a central location so you can manage them effectively. Commonly this is done for security operations so that these feeds can be passed onto a platform such as a SIEM to identify suspicious behaviors within logs. ...