To configure syslog logging on a Linux system:
1. Install rsyslog with "sudo apt-get install rsyslog", then update and upgrade packages.
2. Edit rsyslog configuration file "/etc/rsyslog.conf" to send logs to remote syslog server at 10.200.2.132 port 514.
3. Restart rsyslog service and test configuration by sending a test log message with "logger".
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
31 views2 pages
Sudo Apt-Get Install Rsyslog
To configure syslog logging on a Linux system:
1. Install rsyslog with "sudo apt-get install rsyslog", then update and upgrade packages.
2. Edit rsyslog configuration file "/etc/rsyslog.conf" to send logs to remote syslog server at 10.200.2.132 port 514.
3. Restart rsyslog service and test configuration by sending a test log message with "logger".