- Logon to the SPS 3.2 terminal.
- Execute the following command to edit rsylog.conf:
vi /etc/rsyslog.conf
- Go to the bottom of rsyslog and find this line:
#*.* @@remote-host:514
- Add a new line with specified log server information (e.g.* @192.168.1.1:514). This means to send the logs to remote server 168.1.1, via UDP 514 port, for more details, refer to RedHat online document.
- Save and exit.
- Restart the rsyslog service using the following command:
service rsyslog restart