1、編輯filebeat的配置文件
# cat filebeat.yml
filebeat.inputs:
- type: log
enabled: true
tail_files: true
paths:
- /data/www.example.com_clb_log
output.kafka:
hosts: ["10.105.100.10:9092"]
topic: "www.example.com"
1、編輯filebeat的配置文件
# cat filebeat.yml
filebeat.inputs:
- type: log
enabled: true
tail_files: true
paths:
- /data/www.example.com_clb_log
output.kafka:
hosts: ["10.105.100.10:9092"]
topic: "www.example.com"
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。