Sending logs to a syslog server
If you are running a linux server, go ahead and install rsyslog. yum install rsyslog You will need to edit the rsyslog config file. vi /etc/rsyslog.conf Add the following line. # ### begin forwarding rule ### # The statement between the begin … end define a SINGLE forwarding # rule. They belong together, do NOT […]
Read More Sending logs to a syslog server