mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
11 lines
270 B
YAML
11 lines
270 B
YAML
filebeat:
|
|
inputs:
|
|
- type: log
|
|
enabled: true
|
|
paths:
|
|
- /var/alchemy/Phraseanet/logs/task_*.log
|
|
- /var/alchemy/Phraseanet/logs/worker_service*.log
|
|
- /var/alchemy/Phraseanet/logs/app_error*.log
|
|
output.logstash:
|
|
hosts: ["logstash:5044"]
|