gogstash:类似logstash用golang编写 源码
戈斯塔什 Logstash之类,用golang编写 从github下载gogstash 使用 image curl 'https://github.com/tsaikd/gogstash/releases/download/0.1.8/gogstash-Linux-x86_64' -SLo gogstash && chmod +x gogstash 为ubuntu-sys.json配置(示例) { "input": [ { "type": "exec", "command": "sh", "interval": 60, "message_prefix": "%{@timestamp} [df] ", "args": ["-c", "df -B 1 / | sed 1d"] }, { "type": "exec", "comman
文件列表
gogstash:类似logstash,用golang编写
(预估有个165文件)
.gitignore
11B
inputdockerlog.go
6KB
inputfile.go
9KB
inputkafka.go
6KB
codec.go
5KB
logevent.go
6KB
logevent_test.go
7KB
filterremovefield_test.go
5KB
filtergeoip2_test.go
6KB
filterdate_test.go
6KB
暂无评论