mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-09-01 23:28:09 +02:00
17 lines
371 B
Plaintext
17 lines
371 B
Plaintext
- module: apache2
|
|
# 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:
|