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