filebeat 监控多个文件,并且写入不同 index的 elasticsearch中
filebeat.yml 的配置#====================== input =================filebeat.inputs:- type: log enabled: true paths: - /home/www/test/logs/*/*/info.log tags: ["codeflag-info-log"] fields:...