Skip to content

Setup for Audit Server

In Self Managed and Data Plane deployments, Audit Server is enabled by default.

The authentication type for the Audit Server is configurable using the following property in the custom-vars/vars.auditserver.yml file:

Variable Definition
AUDITSERVER_AUTH_TYPE Specifies the authentication type for the Audit Server. Accepted values are none and basic. The default value is none.
AUDITSERVER_AUTH_USER Set the username for authentication. This property is mandatory when the authentication type is set to basic.
AUDITSERVER_AUTH_PASSWORD Set the password for authentication. This property is mandatory when the authentication type is set to basic.

After configuring these properties, update your Privacera Manager platform instance by following the instructions in the Quick Start guide.

In Self Managed deployment, the Audit Server is deployed by default and configured to send logs to Apache Solr. No additional configuration is required. However, you can configure it to send logs to other destinations.

For more details on configuring the Audit Server to send logs to other destinations, see the Advanced Configuration page.

Comments