Files
Phraseanet/config/filebeat.yml
2020-04-27 09:44:43 +02:00

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"]