To manage the integration settings of Kaspersky Endpoint Agent with the KATA Central Node component using the command line interface:
cd
command, navigate to the folder where the Agent.exe file is located.For example, you can type the following command cd "C:\Program Files (x86)\Kaspersky Lab\Endpoint Agent\"
and press ENTER.
agent.exe --message-broker=<enable|disable|show> --type=<kata> --compression=<yes|no> --partitioning-strategy=<automatic|user> [--message-key=<
message key> --topic=<
topic> --partition=<user specific partition>] --tls=<yes|no> --servers=<
address>:<
port> [--timeout=<
maximum response timeout of KATA server] [--pinned-certificate=<
full path to the TLS certificate file>] [--client-certificate=<
full path to the certificate file>] --client-password=<
password for the PFX archive> --sync-period=<
interval for sending synchronization requests>
The --message-broker
command parameters when managing the settings of integration between Kaspersky Endpoint Agent and the KATA Central Node component
Parameter |
Description |
|
Required parameter. Allows you to enable, disable, and view integration status of Kaspersky Endpoint Agent with the KATA Central Node component.
|
|
|
|
Optional parameter. Allows you to enable or disable trusted connection between Kaspersky Endpoint Agent and the KATA Central Node component.
|
|
Required parameter. Allows you to add a KATA server. |
|
Optional parameter. Allows you to set the maximum response timeout of KATA server in milliseconds. |
|
Required parameter, if the Allows you to add a TLS certificate for connecting Kaspersky Endpoint Agent with KATA server. |
|
Allows you to add a user certificate for connecting Kaspersky Endpoint Agent with KATA server. |
|
Allows you to enter the password for the PFX archive, containing a user certificate for connecting Kaspersky Endpoint Agent with KATA server. |
|
Allows you to specify the time interval for sending requests for synchronization Kaspersky Endpoint Agent settings and tasks with KATA Central Node. |
|
Allows you to enable or disable request throttling. The request throttling feature allows restricting the flow of events with low importance from Kaspersky Endpoint Agent to the Central Node component. |
|
Allows you to specify the maximum number of events per hour. The application analyzes telemetry data flow and restricts transmission of events with low importance if the number of transmitted events tends to exceed the specified value. |
|
Allows you to specify the threshold for exceeding the limit of events. If the flow of events of the same type with low importance exceeds the threshold value specified as a percentage of the total number of events, transmission of events of this type is restricted. You can specify a value from 5 to 100 (without |