To configure the export of Nextcloud events to KUMA:
/home/localuser/www/nextcloud/config/config.php
configuration file./home/localuser/www/nextcloud/config/config.php
Nextcloud configuration file. 'log_type' => 'syslog',
'syslog_tag' => 'Nextcloud',
'logfile' => '',
'loglevel' => 0,
'log.condition' => [
'apps' => ['admin_audit'],
],
sudo service restart nextcloud
Export of events to the KUMA collector is configured.
Page top