Information
Information stored in one location is vulnerable to accidental or incidental deletion or alteration.
Off-loading is a common process in information systems with limited audit storage capacity.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Configure the SUSE operating system to off-load rsyslog messages for networked systems in real time.
For stand-alone systems establish a procedure to off-load log messages at least once a week.
For networked systems add a "@[Log_Server_IP_Address]" option to every active message label in "/etc/rsyslog.conf" or in a file in "/etc/rsyslog.d/ that does not have one. Some examples are listed below:
*.*;mail.none;news.none -/var/log/messages
*.*;mail.none;news.none @192.168.1.101:514
An additional option is to capture all of the log messages and send them to a remote log host:
*.* @@loghost:514