KUMA. Integration with KUMA

Commands for managing the built-in KUMA agent:

To run the command, go to the folder where the Kaspersky Endpoint Security executable file is located. You can also add the executable file path to the %PATH% system variable and run the command without navigating to the application folder.

Command syntax

avp.com START KUMA

avp.com STOP KUMA [/login=<user name> /password=<password>]

avp.com KUMA /SET /servers=<server address>:<port> /server-certificate=<path to the TLS certificate> [/timeout=<KUMA server connection timeout (s)>] [/client-certificate=<path to the crypto-container>] [ /client-certificate-password=<password>] [/maximum-data-transfer-time=<maximum events transmission delay (sec)>]

avp.com KUMA /SHOW

Operation

 

stop

Disable KUMA integration.

start

Enable KUMA integration.

set

Configure the built-in KUMA agent. You can configure the following settings:

  • Add KUMA servers (/servers=<protocol>://<server address>:<port>)

    The application supports the following server connection protocols: tcp, udp, http, https.

  • Add a TLS certificate (/server-certificate=<path to the TLS certificate>)
  • Set the server connection timeout (/timeout=<KUMA server connection timeout (s)>)
  • Add a crypto-container (/client-certificate=<path to the crypto-container> /client-certificate-password=<password>)
  • Configure the event transmission delay (/maximum-data-transfer-time=<maximum events transmission delay (sec))

show

Display the current settings of the component.

Authentication

 

/login=<user name> /password=<password>

User account credentials with the required Password protection permissions.

Example:

avp.com start kuma

avp.com KUMA /SET /servers=https://127.0.0.1:8080 /server-certificate=c:\\folder\\certificate.cer /timeout=15 /login=login /password=password

avp.com KUMA /SET /servers=https://kuma.server.com:8000 /server-certificate=c:\\folder\\certificate.cer /login=login /password=password

See also:

Integration of Kaspersky Endpoint Security with KUMA

Filtering events to be sent to KUMA

Page top