STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide

V-269510

CAT II (Medium)

AlmaLinux OS 9 must label all offloaded audit logs before sending them to the central log server.

Rule ID

SV-269510r1050393_rule

STIG

Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide

Version

V1R6

CCIs

CCI-001851

Discussion

When audit logs are not labelled before they are sent to a central log server, the audit data will not be able to be analyzed and tied back to the correct system.

Check Content

Verify that AlmaLinux OS 9 Audit Daemon is configured to label all offloaded audit logs, with the following command:

$ grep name_format /etc/audit/auditd.conf

name_format = HOSTNAME

If the "name_format" option is not "HOSTNAME", "fqd", or "numeric", or the line is commented out, this is a finding.

Fix Text

Edit the /etc/audit/auditd.conf file and add or update the "name_format" option:

name_format = HOSTNAME

The audit daemon must be restarted for changes to take effect.