SV-87309r1_rule
V-72677
SRG-APP-000375-DB-000323
VROM-CS-000225
CAT II
10
Configure the Cassandra Server to generate time stamps, for audit records and application data, with a minimum granularity of one second.
Navigate to and open /usr/lib/vmware-vcops/user/conf/cassandra/logback.xml.
Navigate to the <appender> node with the name="FILE" attribute.
Navigate to <encoder> node.
Edit the <pattern> to look like the below.
<pattern>%-5level [%thread] %date{ISO8601, UTC} %F:%L - %msg%n</pattern>
Review the Cassandra Server settings to ensure time stamps, for audit records and application data, with a minimum granularity of one second are generated.
Navigate to and open /usr/lib/vmware-vcops/user/conf/cassandra/logback.xml.
Navigate to the <appender> node with the name="FILE" attribute.
Navigate to <encoder> node.
If the <pattern> node does not look like the expected result, this is a finding.
Expected result:
<pattern>%-5level [%thread] %date{ISO8601, UTC} %F:%L - %msg%n</pattern>
V-72677
False
VROM-CS-000225
Review the Cassandra Server settings to ensure time stamps, for audit records and application data, with a minimum granularity of one second are generated.
Navigate to and open /usr/lib/vmware-vcops/user/conf/cassandra/logback.xml.
Navigate to the <appender> node with the name="FILE" attribute.
Navigate to <encoder> node.
If the <pattern> node does not look like the expected result, this is a finding.
Expected result:
<pattern>%-5level [%thread] %date{ISO8601, UTC} %F:%L - %msg%n</pattern>
M
3179