SV-100433r1_rule
V-89783
SRG-OS-000342-GPOS-00133
VRAU-SL-001060
CAT III
10
Edit the syslog configuration file and add an appropriate remote syslog server:
In the /etc/syslog-ng/syslog-ng.conf file, the remote logging entries must be uncommented and the IP address must be modified to point to the remote syslog server:
#
# Enable this and adopt IP to send log messages to a log server.
#
destination logserver { udp("x.x.x.x" port(514)); };
log { source(src); destination(logserver); };
Note: Replace x.x.x.x with the appropriate IP address.
Check the syslog configuration file for remote syslog servers:
# cat /etc/syslog-ng/syslog-ng.conf | grep logserver
If no line is returned, or "logserver" is commented out, this is a finding.
V-89783
False
VRAU-SL-001060
Check the syslog configuration file for remote syslog servers:
# cat /etc/syslog-ng/syslog-ng.conf | grep logserver
If no line is returned, or "logserver" is commented out, this is a finding.
M
3459