SV-87305r1_rule
V-72673
SRG-APP-000356-DB-000314
VROM-CS-000210
CAT II
10
Configure the Cassandra Server to utilize centralized management of the content captured in audit records generated by all components of the system.
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 settings to ensure centralized management of the content captured in audit records generated by all components of the system are utilized.
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-72673
False
VROM-CS-000210
Review the Cassandra Server settings to ensure centralized management of the content captured in audit records generated by all components of the system are utilized.
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