Managing integration settings with KATA Central Node component

To manage the integration settings of Kaspersky Endpoint Agent with the KATA Central Node component through the command line interface:

  1. On the device, run a command line interpreter (for example, Command Prompt cmd.exe) with the permissions of the local administrator.
  2. Using the 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.

  3. Run the following command 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

    --message-broker=<enable|disable|show>

    Required parameter.

    Allows you to enable, disable, and view integration status of Kaspersky Endpoint Agent with the KATA Central Node component.

    • --message-broker=<enable> – enables integration.
    • --message-broker=<disable> – disables integration.
    • --message-broker=<show> – displays integration status of Kaspersky Endpoint Agent with the KATA Central Node component.

    --type=<kata>

    • Required parameter.
    • Allows you to specify the KATA Central Node component for managing the integration settings of Kaspersky Endpoint Agent with this component.

    ---tls=<yes|no>

    Optional parameter.

    Allows you to enable or disable trusted connection between Kaspersky Endpoint Agent and the KATA Central Node component.

    • --tls=<yes> – enables trusted connection.
    • --tls=<no> – disables trusted connection.

    --servers=<address>:<port>

    Required parameter.

    Allows you to add a KATA server.

    --timeout=<maximum response timeout of Kaspersky Anti Targeted Attack Platform server>

    Optional parameter.

    Allows you to set the maximum response timeout of KATA server in milliseconds.

    --pinned-certificate=<full path to the TLS certificate file>

    Required parameter, if the --tls parameter is passed with the <yes> value.

    Allows you to add a TLS certificate for connecting Kaspersky Endpoint Agent with KATA server.

    --client-certificate=<full path to the certificate file>

    Allows you to add a user certificate for connecting Kaspersky Endpoint Agent with KATA server.

    --pwd=<current user password>

    Allows you to enter the password for the PFX archive, containing a user certificate for connecting Kaspersky Endpoint Agent with KATA server.

    --sync-period=<interval for sending synchronization requests>

    Allows you to specify the time interval for sending requests for synchronization Kaspersky Endpoint Agent settings and tasks with KATA Central Node.

See also

Managing Kaspersky Endpoint Agent activation

Configuring tracing

Configuring creation of dump files

Viewing information about quarantine settings and quarantined objects

Actions on quarantined objects

Managing Kaspersky Sandbox integration settings

Running Kaspersky Endpoint Agent database and module update

Starting, stopping and viewing the current application status

Protecting the application with password

Protecting application services with PPL technology

Managing self-defense settings

Managing event filtering

Managing network isolation

Managing Standard IOC Scan tasks

Page top