SV-87365r1_rule
V-72733
SRG-APP-000515-DB-000318
VROM-CS-000390
CAT II
10
Configure the Cassandra Server to off-load audit data to a separate log management facility.
Navigate to and open /usr/lib/vmware-vcops/user/conf/cassandra/logback.xml.
Navigate to the <configuration> node.
Add the following <appender> node to the <configuration> node.
<appender name="SYSLOG" class="ch.qos.logback.classic.net.SyslogAppender">
<syslogHost>syslogServerHostName</syslogHost>
<facility>AUTH</facility>
<suffixPattern>%-5level [%thread] %date{ISO8601, UTC} %F:%L - %msg%n </suffixPattern>
</appender>
Navigate to the <root> node.
Add the following to the <root> node.
<appender-ref ref="SYSLOG" />
Review the Cassandra Server to ensure audit data is off-loaded to a separate log management facility.
At the command prompt, execute the following command:
# grep SyslogAppender /usr/lib/vmware-vcops/user/conf/cassandra/logback.xml
If level is not set to "ALL", this is a finding.
V-72733
False
VROM-CS-000390
Review the Cassandra Server to ensure audit data is off-loaded to a separate log management facility.
At the command prompt, execute the following command:
# grep SyslogAppender /usr/lib/vmware-vcops/user/conf/cassandra/logback.xml
If level is not set to "ALL", this is a finding.
M
3179