Filebeat란?
Filebeat가 하는 역할?
언제 사용해야 하나?
yml 파일 설정
filebeat:
inputs:
- type: log
enabled: true
paths:
- /home/centos/deploy/logs/error.ab-batch.log
- /home/centos/deploy/logs/info.ab-batch.log
output.logstash:
hosts: ["localhost:5044"]