filebeat+kafka(windows)
##windows版1、下载filebeat包,解压到指定目录2、编写filebeat.yml配置文件filebeat.inputs:/- type: logenabled: truepaths:- C:\Users\yuantong\Desktop\wutong*.logoutput.kafka:enabled: truehosts: [“192.168.10.112:9092”]topic: test1##去除无用字段信息processors:/- drop_fields: