If you are using the distributed solution and multitenancy mode, use the web interface of the PCN or SCN server for which you want to configure parameters.
To configure the maximum size of a scanned file:
This opens a window with information about the component.
The maximum size of a scanned file will be configured.
If you want to set the maximum size of a scanned file to a value greater than 100 MB:
docker exec $(docker ps -q -f name=nta_core) grep body-limit /var/opt/kaspersky/kics4net/ids/client/templates/suricata.yaml.templ | grep -v '#'
exec $(docker ps -q -f name=nta_core) sed -i 's/<previous value in bytes>/<new value in bytes>/' /var/opt/kaspersky/kics4net/ids/client/templates/suricata.yaml.templ
You can set the maximum size for a scanned file over 100 MB.
Configuring the maximum size of a scanned file on a server with the Sensor component installed separately from the Central Node
If you selected network protocols to get mirrored traffic from SPAN ports on an standalone Sensor before connecting it to the Central Node and want to change these settings after connecting, you need to follow the preparatory steps before you change the settings and then follow the instructions above.
Page top