The rsyslog service is used to transmit events from the server to the collector.
To configure the sending of events from the server where MySQL or MariaDB is installed to the collector:
*.* @
<IP address of the KUMA collector>
:
<port of the KUMA collector>
For example:
*.* @192.168.1.5:1514
If you want to send events over TCP, the line should be as follows:
*.* @@192.168.1.5:2514
Save changes to the /etc/rsyslog.conf configuration file.
sudo systemctl restart rsyslog.service