输入
input {
#标准输入
stdin {
codec => "plain"
}
http {
host => "0.0.0.0"
port => "8099"
}
#rsyslog
syslog{
type => "system-syslog"
port => 514
}
#beats系列,如filebeat
beats {
port => 5044
host => "0.0.0.0"
...