Information
The operating system must initiate an action to notify the Authorizing Official, at a minimum, when allocated audit record storage volume reaches 75% of the repository maximum audit record storage capacity.
Rationale:
If security personnel are not notified immediately when storage volume reaches 75 percent utilization, they are unable to plan for audit record storage capacity expansion.
Solution
Configure the operating system to initiate an action to notify the Authorizing Official (at a minimum) when allocated audit record storage volume reaches 75 percent of the repository maximum audit record storage capacity.
Check the system configuration to determine the partition the audit records are being written to:
# grep -iw log_file /etc/audit/auditd.conf
Determine the size of the partition that audit records are written to (with the example being /var/log/audit/):
# df -h /var/log/audit/
Set the value of the space_left keyword in /etc/audit/auditd.conf to 75 percent of the partition size.
Example: vim /etc/audit/auditd.conf
Add the line with space_left set to 75% or the partition size.
Example:
space_left = 225