To configure event publishing in Technical Support Mode, you must first upload the SSH public key in the web interface of the application.
Follow the steps below on each node of the cluster from which you want to publish events to the SIEM system. You should only enable export of events in CEF format after configuring the publishing of events.
To configure the publishing of application events to a SIEM system:
If Kaspersky Web Traffic Security was installed from an rpm or deb package, start the command shell of the operating system to run commands with superuser (system administrator) permissions.
systemctl status rsyslog
The status of the service must be running
.
If the rsyslog service is not running or is not installed, install and enable the rsyslog service in accordance with the documentation of your operating system.
$ActionQueueFileName ForwardToSIEM5
$ActionQueueMaxDiskSpace 1g
$ActionQueueSaveOnShutdown on
$ActionQueueType LinkedList
$ActionResumeRetryCount -1
local5.*@@<IP address of the SIEM system>:<port on which the SIEM system receives messages from Syslog via the TCP protocol>
local5.* stop
Example:
|
systemctl restart rsyslog
systemctl status rsyslog
The status must be running
.
logger -p local5.info Test message
The publishing of application events to the SIEM system is configured.
Page top