1 Star 0 Fork 0

monkcag3 / beats_output_plugin_http

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 368 Bytes
一键复制 编辑 原始数据 按行查看 历史
monkcage 提交于 2020-06-23 11:15 . build success
package main
/*import (
"os"
_ "hihttp"
"github.com/elastic/beats/filebeat/cmd"
)
func main() {
if err := cmd.RootCmd.Execute(); err != nil{
os.Exit(1)
}
}*/
import (
"github.com/elastic/beats/libbeat/outputs"
"github.com/elastic/beats/libbeat/plugin"
"http"
)
var Bundle = plugin.Bundle(
outputs.Plugin("http", http.MakeHTTP),
)
Go
1
https://gitee.com/monkcag3/beats_output_plugin_http.git
git@gitee.com:monkcag3/beats_output_plugin_http.git
monkcag3
beats_output_plugin_http
beats_output_plugin_http
deefaa688936

搜索帮助

53164aa7 5694891 3bd8fe86 5694891