Information
Information stored in one location is vulnerable to accidental or incidental deletion or alteration.
Offloading is a common process in information systems with limited audit storage capacity.
NOTE: Nessus has not performed this check. Please review the benchmark to ensure target compliance.
Solution
Configure SLEM 5 to offload syslog-ng messages for networked systems in real time.
For standalone systems establish a procedure to offload log messages at least once a week.
For networked systems add a "UDP_OR_TCP("IP_ADDRESS" port(514)); };"
"#log { source(src); destination(logserver); };" in "/etc/syslog-ng/syslog-ng.conf" that does not have one.
syslog("10.10.10.10" transport("udp") port(514)); };