Skip to content

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:

  1. SSH into the instance where Privacera Manager is installed and navigate to the privacera-manager directory.

  2. Run the following command to copy the sample vars. The -n flag ensures that the file is not overwritten if it already exists.

    Bash
    cp -n config/sample-vars/vars.auditserver.yml config/custom-vars/
    

  3. Run the following command to open the .yml file for editing:

    Bash
    vi config/custom-vars/vars.auditserver.yml
    

  4. Add or update the following property:

    Bash
    AUDITSERVER_MAX_CONTENT_LENGTH_MB=100
    

  5. 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.

Comments