mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-28 03:43:31 +01:00
20 lines
475 B
Plaintext
20 lines
475 B
Plaintext
# Module: apache
|
|
# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-apache.html
|
|
|
|
- module: apache
|
|
# Access logs
|
|
access:
|
|
enabled: true
|
|
|
|
# Set custom paths for the log files. If left empty,
|
|
# Filebeat will choose the paths depending on your OS.
|
|
#var.paths:
|
|
|
|
# Error logs
|
|
error:
|
|
enabled: true
|
|
|
|
# Set custom paths for the log files. If left empty,
|
|
# Filebeat will choose the paths depending on your OS.
|
|
#var.paths:
|