Configure logging server

Configure logging server:
This is one of the RHCE exam objective under system administration. Logging server generally accepts different logs from clients. It's most useful if some can't login to remote system and check the logs also provides easy log management.
Edit the following directives to accept log files in /etc/rsyslog.conf
To accept UDP log files
#$ModLoad imudp
#$UDPServerRun 514 
To accept TCP logs
Download As PDF