File: //usr/share/filebeat/module/apache/access/manifest.yml
module_version: 1.0
var:
- name: paths
default:
- /var/log/apache2/access.log*
- /var/log/apache2/other_vhosts_access.log*
- /var/log/httpd/access_log*
os.darwin:
- /usr/local/var/log/apache2/access_log*
os.windows:
- "C:/tools/Apache/httpd-2.*/Apache24/logs/access.log*"
- "C:/Program Files/Apache Software Foundation/Apache2.*/logs/access.log*"
ingest_pipeline: ingest/pipeline.yml
input: config/access.yml
requires.processors:
- name: user_agent
plugin: ingest-user-agent
- name: geoip
plugin: ingest-geoip