# cat filebeat.yml

filebeat输出到kafka
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"

相关文章:

  • 2021-09-03
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2022-12-23
猜你喜欢
  • 2021-09-02
  • 2021-11-11
  • 2021-11-09
  • 2021-07-02
  • 2022-12-23
相关资源
相似解决方案