场景
监控文件内容发送告警
配置
代码语言:javascript
复制input {
stdin {
type => 'demo-stdin'
add_field => {"test" => "hello"}
codec => "plain"
tags => ["stdin-test"]
}
}
output {
exec {
command => "/usr/bin/php /data/test/test/test.php "%{message}" "
}
}
备注
尽量不要执行消耗时间程序