filebeat输出到kafka
# 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"
posted on 2019-11-13 20:52 ExplorerMan 阅读(937) 评论(0) 收藏 举报

浙公网安备 33010602011771号