Configuring the Audit Log Aggregation Interval
Audit logs are generated for GET_KEY_VERSION, GET_CURRENT_KEY,
DECRYPT_EEK
, and GENERATE_EEK
operations.
Entries are aggregated by user, key, and operation for a configurable interval, after which the number of aggregated operations by the user for a given key is written to the audit log.
The interval is configured in milliseconds by adding the
hadoop.kms.aggregation.delay.ms
property to
:<property>
<name>hadoop.kms.aggregation.delay.ms</name>
<value>10000</value>
</property>