Exemplo n.º 1
0
func init() {
	ql.RegisterOutput("elasticsearch-http", &elHTTP{})
}
Exemplo n.º 2
0
func init() {
	ql.RegisterOutput("nats", &natsOut{})
}
Exemplo n.º 3
0
func init() {
	ql.RegisterOutput("debug", &Handler{})
}
Exemplo n.º 4
0
func init() {
	ql.RegisterOutput("stdout", Process())
}