Files
Phraseanet/config/filebeat.yml
2020-04-24 20:27:11 +03:00

9 lines
217 B
YAML

filebeat:
inputs:
- type: log
enabled: true
paths:
- /var/alchemy/Phraseanet/logs/task_*.log
- /var/alchemy/Phraseanet/logs/worker_service*.log
output.logstash:
hosts: ["logstash:5044"]