Configure Ingest for Apache HTTP Server

This package is designed to be used in conjunction with the Falcon LogScale Log Collector, see Configuring LogScale Collector for more information.

Once you have installed the Log Collector apply the configuration detailed below.

This configuration was tested with:

  • Apache 2.4.54

  • Falcon LogScale Collector v1.2.0

  • Falcon LogScale v1.72.0

yaml
sources:
  access_log:
    type: file
    include: /var/log/apache2/access.log
    parser: "apache/http-server:apache_access"
    sink: humio
  error_log:
    type: file
    include: /var/log/apache2/error.log
    parser: "apache/http-server:apache_error"
    sink: humio

sinks:
  humio:
    type: humio
    token: <ingest-token>
    url: <ingest-host-name> // example - https://cloud.community.humio.com