Services are the main components of KUMA that help the system to manage events. Services allow you to receive events from event sources and subsequently bring them to a common form that is convenient for finding correlation, as well as for storage and manual analysis.
Service types:
You must install the KUMA services only after you deploy Kaspersky Next XDR Expert. During the Kaspersky Next XDR Expert deployment, the required infrastructure is prepared: the service directories are created on the prepared hosts, and the files that are required for the service installation are added to these directories. We recommend installing services in the following order: storage, collectors, correlators, and agents.
To install and configure the KUMA services:
You can use one of the following methods:
https://kuma.<smp_domain>:7220
.sudo /opt/kaspersky/kuma/kuma storage --core https://<KUMA Core server FQDN>:7210 --id <service ID copied from the KUMA Console> --install
sudo /opt/kaspersky/kuma/kuma collector --core https://<KUMA Core server FQDN>:7210 --id <service ID copied from the KUMA Console> --api.port <port used for communication with the collector>
sudo /opt/kaspersky/kuma/kuma correlator --core https://<KUMA Core server FQDN>:7210 --id <service ID copied from the KUMA Console> --api.port <port used for communication with the correlator> --install
By default, the FQDN of the KUMA Core is kuma.<smp_domain>
.
The port that is used for connection to KUMA Core cannot be changed. By default, port 7210 is used.
Open ports that correspond to the installed collector and correlator on the server (TCP 7221 and other ports used for service installation as the --api.port <port>
parameter values).
y
if you understand and accept the terms of the EULA.n
if you do not accept the terms of the EULA. To use the KUMA services, you must accept the terms of the EULA.You can read the EULA of KUMA after the installation of the KUMA services in one of the following ways:
kuma_utils
group in the KUMA inventory file: open the LICENSE file located in the /opt/kaspersky/kuma/utils
directory.kuma_storage, kuma_collector
, or kuma_correlator
) in the KUMA inventory file: open the LICENSE file located in the /opt/kaspersky/kuma
directory./opt/kaspersky/kuma/kuma license --show
After you accept the EULA, the KUMA services are installed on the prepared machines in the network infrastructure.
The files required for the agent installation are located in the /opt/kaspersky/kuma/utils
directory.
The KUMA services required for the function of Kaspersky Next XDR Expert are installed.
Page top