To configure the sending of events from the server where Nextcloud is installed to the collector:
If $programname contains 'Nextcloud' then @
<IP address of the collector>:<port of the collector>
Example:
|
If you want to send events via TCP, the contents of the file must be as follows:
If $programname contains 'Nextcloud' then @
<IP address of the collector>:<port of the collector>
$IncludeConfig /etc/Nextcloud-to-siem.conf
$RepeatedMsgReduction off
sudo systemctl restart rsyslog.service
The export of Nextcloud events to the collector is configured.
Page top