Skip to content

MongoDB must off-load audit data to a separate log management facility; this must be continuous and in near real time for systems with a network connection to the storage facility and weekly or more often for standalone systems.

An XCCDF Rule

Description

Information stored in one location is vulnerable to accidental or incidental deletion or alteration. Off-loading is a common process in information systems with limited audit storage capacity. The DBMS may write audit records to database tables, to files in the file system, to other kinds of local repository, or directly to a centralized log management system. Whatever the method used, it must be compatible with off-loading the records to the centralized system.

ID
SV-265953r1028645_rule
Version
MD7X-00-012400
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

To specify auditLog, or a centralized system log (which is recommended), configure these in the mongod.conf configuration file:

auditLog:
   destination: syslog

Refer to documentation for additional configuration: https://www.mongodb.com/docs/v7.0/core/auditing/