To configure telemetry in Kaspersky Industrial CyberSecurity for Networks via command line interface of Kaspersky Endpoint Agent:
cd
command, navigate to the folder where the Agent.exe file is located.For example, enter the command cd "C:\Program Files (x86)\Kaspersky Lab\Endpoint Agent\"
and press ENTER.
agent.exe --message-broker=<enable|disable|show> --type=kics [--compression=<yes|no>] [--tls=<yes|no>] --servers=<
address
>:<
port
> [--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=<
frequency of sending a request for synchronization
>]
agent.exe --message-broker=enable --type=mqtt --timeout=10000 --servers=<
address
>:<
port
> --user-name=<
user name
> --client-password=<
user password
> --mqtt-mode publisher
agent.exe --message-broker=enable --type=mqtt --timeout=10000 --servers=<
address
>:<
port
> --user-name=<
user name
> --client-password=<
user password
> --mqtt-mode subscriber
agent.exe --message-broker=enable --type=kics --timeout=10000 --servers=<
address
>:<
port
> --tls=<yes|no> --pinned-certificate <
full path to TLS certificate file
>
Command parameters for configuring telemetry sending to the Kaspersky Industrial CyberSecurity for Networks server
Setting |
Description |
|
Required parameter. Allows you to enable, disable and show the status of telemetry sent to server, specified by
|
|
Required parameter. Telemetry is sent to Kaspersky Industrial CyberSecurity for Networks server. |
|
Required parameter. APK InfoDiode Smart or software MQTT server (e.g. Mosquitto) is used as MQTT broker during telemetry sending and telemetry receiving. |
|
Optional parameter. Allows you to enable or disable compression of data transferred between Kaspersky Endpoint Agent and the Kaspersky Industrial CyberSecurity for Networks server. Enabled by default. |
|
Optional parameter. Allows you to enable or disable a trusted connection between Kaspersky Endpoint Agent and Kaspersky Industrial CyberSecurity for Networks.
|
|
Required parameter. Allows you to specify the data of a server, that will receive the telemetry. MQTT broker address is sepcified in |
|
Required parameter, if the Allows you to add a TLS certificate for connecting Kaspersky Endpoint Agent with the Kaspersky Industrial CyberSecurity for Networks server. |
|
Allows you to add a user certificate for connecting Kaspersky Endpoint Agent with the Kaspersky Industrial CyberSecurity for Networks server. |
|
Allows you to enter the password for the PFX archive that contains a user certificate for connecting Kaspersky Endpoint Agent with the Kaspersky Industrial CyberSecurity for Networks server. |
|
Allows you to specify the frequency of sending a request to synchronize Kaspersky Endpoint Agent settings and tasks with the Kaspersky Industrial CyberSecurity for Networks server. |
|
Allows you to specify the user account name for MQTT authentication. |
|
Allows you to specify the user account password for MQTT authentication. |
|
Allows you to specify the interaction mode between Kaspersky Endpoint Agent and the MQTT broker.
|