Audit Service
Auditing refers to the process of logging all changes made by users in the monitor.
| Parameter | Description |
|---|---|
| monitor.base64 | Specifies whether the monitor audit log is written in plain text (false) or Base64 encoded (true). |
| monitor.enabled | Enables (true) or disables (false) audit logging of all monitor activities. |
| monitor.path | Path to the directory where the monitor audit log will be stored. If it does not exist, Orchestra creates it automatically. |
| monitor.reason | Determines if users must provide a reason for every monitor action (true = reason required, false = logged without reason). |
| path | Directory path where general audit log files will be written. |
| stream.write.limit | Maximum amount of data (in KB) that can be written to the audit log file; logs exceeding this limit are truncated. |
| trace.traffic | Enables audit-service logging of HTTP servlet requests and responses. |