By default, the function of transferring report data is disabled on the Integration Server. If you want to receive tenant protection reports, you need to enable the function for getting report data in the Integration Server configuration file: %ProgramFiles(x86)%\Kaspersky Lab\Kaspersky VIISLA\appsettings.json.
To enable the function of receiving report data:
Multitenancy
section, set the EnableProtectionReports
parameter to true
and save the file.The Integration Server will receive data on the time intervals when Light Agents were connected to SVMs from each SVM.
If the function of receiving report data is enabled, but SVM is not connected to the Integration Server, the data packets are queued for sending. When the maximum number of packets in the queue is reached, older data packets are deleted. The parameters for sending data are set up in the /etc/opt/kaspersky/agents_monitor/agents_monitor.conf configuration file on SVM. You can configure the maximum queue size for the packets to be sent using the max_queue_size
parameter.
The received data is stored in the Integration Server database. The default report retention period is 460 days. You can specify this value using the ProtectionPeriodsRecordsLifetimeDays
parameter in the Multitenancy
section of the appsettings.json configuration file of the Integration Server.
The size of the Integration Server database increases in proportion to the number of the protected tenant virtual machines.
Page top