17 lines
371 B
Text
17 lines
371 B
Text
|
- 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:
|