Skip to main content

Privacera Platform

AuditServer

:
AuditServer

The following table contains the list of custom properties that can be configured for the AuditServer service. To use a custom property from the table, just add it to the following YML file in the custom-vars folder configured as per your environment:

  • vars.auditserver.yml

Property

Description

Values

Default Value

AUDITSERVER_EXTERNAL_PORT

Property to change the default port number for AuditServer.

6084

Memory Variables

AUDITSERVER_HEAP_MIN_MEMORY_MB

Minimum Java Heap memory in MB used by Auditserver. For example, AUDITSERVER_HEAP_MIN_MEMORY_MB: "1024"

AUDITSERVER_HEAP_MIN_MEMORY

Minimum Java Heap memory used by Auditserver. Setting this value will override AUDITSERVER_HEAP_MIN_MEMORY_MB. For example, AUDITSERVER_HEAP_MIN_MEMORY: "1g"

AUDITSERVER_HEAP_MAX_MEMORY_MB

Maximum Java Heap memory in MB used by Auditserver. For example, AUDITSERVER_HEAP_MAX_MEMORY_MB: "1024"

AUDITSERVER_HEAP_MAX_MEMORY

Maximum Java Heap memory used by Auditserver. Setting this value will override AUDITSERVER_HEAP_MAX_MEMORY_MB. For example, AUDITSERVER_HEAP_MAX_MEMORY: "1g"

AUDITSERVER_K8S_MEM_REQUESTS_MB

Minimum amount of kubernetes memory in MB to be requested by Auditserver. For example, AUDITSERVER_K8S_MEM_REQUESTS_MB: "1024"

AUDITSERVER_K8S_MEM_REQUESTS

Minimum amount of kubernetes memory to be used by Auditserver. Setting this value will override AUDITSERVER_K8S_MEM_REQUESTS_MB. For example, AUDITSERVER_K8S_MEM_REQUESTS: "1G"

AUDITSERVER_K8S_MEM_LIMITS_MB

Maximum amount of kubernetes memory in MB to be requested by Auditserver. For example, AUDITSERVER_K8S_MEM_LIMITS_MB: "1024"

AUDITSERVER_K8S_MEM_LIMITS

Maximum amount of kubernetes memory to be used by Auditserver. Setting this value will override AUDITSERVER_K8S_MEM_LIMITS_MB. For example, AUDITSERVER_K8S_MEM_LIMITS: "1G"

AUDITSERVER_CPU_MIN

Minimum amount of kubernetes CPU to be requested by Auditserver. For example, AUDITSERVER_CPU_MIN: "0.5"

AUDITSERVER_CPU_MAX

Maximum amount of kubernetes CPU to be used by Auditserver. For example, AUDITSERVER_CPU_MAX: "0.5"