OL 9 must be configured so that the rsyslog service is active.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-271509 | SRG-OS-000480-GPOS-00227 | OL09-00-000351 | SV-271509r1091239_rule | 2026-02-17 | 1 |
Description
The rsyslog service must be running to provide logging services, which are essential to system administration.
ℹ️ Check
Verify that OL 9 rsyslog is active with the following command:
$ systemctl is-active rsyslog
active
If the rsyslog service is not active, this is a finding.
✔️ Fix
Enable the rsyslog service with the following command:
$ sudo systemctl enable --now rsyslog