OL 9 must be configured so that the rsyslog service is active.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-271509SRG-OS-000480-GPOS-00227OL09-00-000351SV-271509r1091239_rule2026-02-171

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