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