Creating an event router

An event router is a service that allows you to receive streams of events from collectors and correlators and then distribute the events to specified destinations in accordance with the configured filters.

To have events from the collector sent to the event router, you must create an 'eventRouter' destination resource with the address of the event router and link the resource to the collectors that you want to send events to the event router.

The event router receives events on the API port, just like 'storage' and 'correlator' destinations.

You can create a router in the Resources section.

Using an event router lets you reduce the utilization of links, which is important for low-bandwidth and busy links.

Possible use cases:

Collector — Router in the data center

Cascade connection: Multiple collectors — Router at the branch office; Router at the branch office — Router in the data center

The event router must be installed on a Linux device. Only a user with the General Administrator role can create the service. You can create a service in any tenant; the tenant relation does not impose any restrictions.

You can install the event router service on a separate host or together with a collector or correlator. There is no separate section for the event router in the inventory file, so you can specify the host on which you want to install the event router in the kuma_collector or kuma_correlator section. Also, if you want to install the event router on a separate host, you need to specify this host in the inventory file in the kuma_collector or kuma_correlator section; in this way, the event router service will be upgraded as part of the next KUMA upgrade.

You can use the following metrics to get information about the service performance:

As with other resources, the following audit events are generated for the event router in KUMA:

Installing an event router involves two steps:

In this section

Starting the Event Router Installation Wizard

Installing the event router on the server

Page top