//// This file is generated! See scripts/docs_collector.py //// [[filebeat-module-apache2]] :modulename: apache2 :has-dashboards: true == Apache2 module The +{modulename}+ module parses access and error logs created by the https://httpd.apache.org/[Apache HTTP] server. include::../include/what-happens.asciidoc[] [float] === Compatibility This module requires the {elasticsearch-plugins}/ingest-user-agent.html[ingest-user-agent] and {elasticsearch-plugins}/ingest-geoip.html[ingest-geoip] Elasticsearch plugins. The +{modulename}+ module was tested with logs from versions 2.2.22 and 2.4.23. On Windows, the module was tested with Apache2 installed from the Chocolatey repository. include::../include/running-modules.asciidoc[] [float] === Example dashboard This module comes with a sample dashboard. For example: [role="screenshot"] image::./images/kibana-apache2.png[] include::../include/configuring-intro.asciidoc[] The following example shows how to set paths in the +modules.d/{modulename}.yml+ file to override the default paths for Apache2 access and error logs: ["source","yaml",subs="attributes"] ----- - module: apache2 access: enabled: true var.paths: ["/path/to/log/apache2/access.log*"] error: enabled: true var.paths: ["/path/to/log/apache2/error.log*"] ----- To specify the same settings at the command line, you use: ["source","sh",subs="attributes"] ----- -M "apache2.access.var.paths=[/path/to/apache2/access.log*]" -M "apache2.error.var.paths=[/path/to/log/apache2/error.log*]" ----- //set the fileset name used in the included example :fileset_ex: access include::../include/config-option-intro.asciidoc[] [float] ==== `access` log fileset settings include::../include/var-paths.asciidoc[] [float] ==== `error` log fileset settings include::../include/var-paths.asciidoc[] :has-dashboards!: :fileset_ex!: :modulename!: [float] === Fields For a description of each field in the module, see the <> section.