To manage the settings for integration of Kaspersky Endpoint Agent with a SIEM system using the command line interface:
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=<syslog> [--tls=<yes|no>] --servers=<tcp|udp>://<
address
>:<
port
>[;<tcp|udp>://<
address
>:<
port
>[; …]] [--timeout=<
timeout for SIEM server response
] [--pinned-certificate=<
full path to TLS certificate file
>] [--client-certificate=<
full path to PFX file
>] --client-password=<
password for PFX file
>
--message-broker
command parameters for managing the integration of Kaspersky Endpoint Agent with a SIEM system
Parameter |
Description |
|
Required parameter. Allows you to enable, disable, and view the status of integration of Kaspersky Endpoint Agent with a SIEM system.
|
|
Required parameter. Indicates that the integration of Kaspersky Endpoint Agent with a SIEM system is being configured via the syslog protocol. |
|
Optional parameter. Allows you to enable or disable a trusted connection between Kaspersky Endpoint Agent and a SIEM system.
|
|
Required parameter. Allows the addition of one or more SIEM servers. If no data transfer protocol is specified, TCP is used by default. Kaspersky Endpoint Agent connects to the first server in the list. If the connection does not succeed, Kaspersky Endpoint Agent connects to the second server and so on down the list. |
|
Optional parameter. Allows you to set the maximum response timeout of the SIEM server in milliseconds. The default value is 10,000 milliseconds. |
|
Required parameter, if the Allows you to add a TLS certificate for connecting Kaspersky Endpoint Agent to a SIEM server. |
|
Optional parameter. Allows you to add a PFX file that stores an encrypted client certificate for protecting the connection between Kaspersky Endpoint Agent and a SIEM server. |
|
Required parameter if the Lets you specify a password for the PFX file. |