mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
put worker log to ELK
This commit is contained in:
9
config/filebeat.yml
Normal file
9
config/filebeat.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
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"]
|
Reference in New Issue
Block a user