Skip to content

Install and configure Falcon LogScale Collector

bgraabek edited this page May 1, 2023 · 4 revisions

The LogScale collector must be installed on the host where Nextcloud writes its log files. For information on installing the LogScale collector on Linux hosts, see: https://library.humio.com/falcon-logscale/log-shippers-log-collector-install-linux.html

A configuration file for the LogScale collector to collect Nextcloud logs could look as follows:

sources:
  nextcloud_logs:
    parser: nextcloud
    type: file
    include: /path/to/*.log
    exclude: /path/to/updater.log
    sink: logscale
sinks:
  logscale:
    type: humio
    token: <ingest-token>
    url: <ingest-url>

Make sure to replace “/path/to” with the actual path.

Clone this wiki locally