To install the event router on the server:
sudo chmod +x /opt/kaspersky/kuma/kuma
sudo /opt/kaspersky/kuma/kuma license
sudo useradd --system kuma && usermod -s /usr/bin/false kuma
sudo chown -R kuma:kuma /opt/kaspersky/kuma/
For the program to run correctly, ensure that the KUMA components are able to interact with other components and programs over the network via the protocols and ports specified during the installation of the KUMA components.
sudo /opt/kaspersky/kuma/kuma eventrouter --core https://<
FQDN of the KUMA Core server
>:<
port used by KUMA Core server for internal communication (port 7210 by default)
> --id <
service ID copied from the KUMA web interface
> --api.port <port used for communication with the installed component
> --install
Example:
sudo /opt/kaspersky/kuma/kuma eventrouter --core https://kuma.example.com:7210 --id XXXX --api.port YYYY --install
The event router is installed on the server. You can use it to receive events from collectors and relay the events to specified destinations.
Page top