17 lines
369 B
Text
17 lines
369 B
Text
|
- module: nginx
|
||
|
# 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:
|