If necessary, you can download the system log files of Kaspersky Anti Targeted Attack Platform. To do so, you must get the information about the application's operation using the kata-collect script.
To get the information about the application's operation using the kata-collect script.
If you are using Kaspersky Anti Targeted Attack Platform in distributed solution and multitenancy mode, you need to perform these steps on each Central Node server. If your organization's infrastructure has separately installed Sensor components, you must also follow these steps on servers that have this component. If the application is deployed as a cluster, you must perform these steps on one of the servers with the 'manager' role in Docker swarm. To view the role of a server, use the $ docker node ls
command.
The application component administrator menu is displayed.
This opens the Technical Support Mode confirmation window.
sudo kata-run.sh kata-collect --output-dir <path>
You can also specify one or multiple parameters for this command (see the table below).
Parameters of the kata-collect utility
Required parameter |
Parameter |
Description |
Yes |
|
Create a directory at the specified path, where <path> is an absolute or relative path of the directory where you want to save the archive with the downloaded data. If no path is specified, the data archive is saved in the /tmp/collect directory by default. |
No |
|
Skip preparing and dumping the prometheus database. This parameter significantly speeds up the script. |
No |
|
Skip downloading the data that is written to the SIEM system. |
No |
|
Download the data written to the SIEM system starting from this date (inclusive). |
No |
|
Download the data written to the SIEM system ending with this date (inclusive). |
Example: Command to get information about the operation of the application with SIEM system data filtered by date and without the prometheus database:
|
When the script finishes, a collect--<archive download date>.tar.gz archive is saved to the specified directory. This archive contains system log files of the application.
Page top