Audit Logging
Configuration commands issued via the RadiantOne Control Panel, vdsconfig utility, and ADAP can be logged. The types of configuration commands detailed in the audit log include schema, view, password policy, and ZooKeeper configuration changes. Audit.log is located in <RLI_HOME>/vds_server/logs. This feature is supported in v7.4.5(+).
To enable audit logging:
-
In the file system, navigate to <RLI_HOME>/config/advanced.
-
In a file editor such as Notepad, open features.properties.
-
Set audit.logging.enabled=true.
-
If you want to enable logging delta changes, set audit.logging.diff.enabled=true.
-
If you want to enable logging for the vdsconfig utility, set vdsconfig.logging.enabled=true.
-
Save features.properties.
Figure 1: Features.properties settings
-
Restart the Control Panel.
-
Restart the RadiantOne service.
If RadiantOne is deployed in a cluster, restart the services on all nodes.
To disable the ability to turn off audit logging:
-
In the file system, navigate to <RLI_HOME>/config/advanced.
-
In a file editor such as Notepad, open features.properties.
-
Set logging.level.off.disabled=true.
-
Save features.properties.
-
Restart the Control Panel.
-
Restart the RadiantOne service.
If RadiantOne is deployed in a cluster, restart the services on all nodes.