The rsyslog service on RHEL 9 must be active.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-258142SRG-OS-000480-GPOS-00227RHEL-09-652020SV-258142r991589_rule2025-02-272
Description
The "rsyslog" service must be running to provide logging services, which are essential to system administration.
ℹ️ Check
Verify that "rsyslog" is active with the following command: $ systemctl is-active rsyslog active If the rsyslog service is not active, this is a finding.
✔️ Fix
To enable the rsyslog service, run the following command: $ sudo systemctl enable --now rsyslog