filebeat.yml,是在filebeat安装目录。 filebeat.yml(中文配置详解) ...
filebeat.yml(中文配置详解) ...
通用配置项 tip:不受namespace限制,与filebeat.inputs同级 name Beat的name,若未设置,取服务器的hostname值。经过处理后会输出到agent.name字段中,可以使用name组织所有使用同一个Beat处理的数据 tags 可选项,值是一个 ...
#filebeat 5.2.2 #prospector(input)段配置 filebeat.prospectors: #每一个prospectors,起始于一个破折号"-" - input_type: log #默认log,从日志文件读取每一行。stdin,从标准输入读取 ...
一、filebeat安装、配置及测试 1、安装filebeat # yum install filebeat-6.6.1-x86_64.rpm 2、配置filebeat收集系统日志输出到文件中(/etc/filebeat/filebeat.yml ...
一. filebeat.yml的配置 filebeat.prospectors:- input_type: log paths: - /tmp/logs/optimus-activity-api.log document_type: "czh-uat-activity" multiline ...
一、安装 二、配置 配置文件默认是/etc/filebeat/filebeat.yml,可以参考filebeat.reference.yml 和/etc/filebeat/filebeat.yml ,配置文件支持正则表达式,官方文档(https ...