Configure Maximum Payload Size for Audit Server¶
The maximum allowable payload size of data sent to the Audit Server is configurable using the steps below:
-
SSH into the instance where Privacera Manager is installed and navigate to the privacera-manager directory.
-
Run the following command to copy the sample vars. The
-n
flag ensures that the file is not overwritten if it already exists.Bash -
Run the following command to open the
.yml
file for editing:Bash -
Add or update the following property:
Bash -
Save the file and restart the Privacera Manager platform instance by following the instructions in the Restart Services.
Note
- The default maximum payload size is 100 MB, but you can adjust this value as needed.
- If Fluentd is configured, ensure that the following properties are updated accordingly:
AUDIT_FLUENTD_BODY_SIZE_LIMIT_MB
AUDIT_FLUENTD_S3_FILE_SIZE
(destination specific)
Refer Fluentd Payload and Buffer Configuration for more details.