Version:

MarketplaceSupport

Audit Logging Overview

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(+).


Enable Audit Logging

  1. In the file system, navigate to <RLI_HOME>/config/advanced.

  2. In a file editor such as Notepad, open features.properties.

  3. Set audit.logging.enabled=true.

  4. If you want to enable logging delta changes, set audit.logging.diff.enabled=true.

  5. If you want to enable logging for the vdsconfig utility, set vdsconfig.logging.enabled=true.

  6. Save features.properties.

    features.properties file

  7. Restart the Control Panel.

  8. Restart the RadiantOne service.


Disable the Ability to Turn Off Audit Logging

  1. In the file system, navigate to <RLI_HOME>/config/advanced.

  2. In a file editor such as Notepad, open features.properties.

  3. Set logging.level.off.disabled=true.

  4. Save features.properties.

  5. Restart the Control Panel.

  6. Restart the RadiantOne service.

IN THIS PAGE