Example #1
0
func init() {
	outputs.RegisterOutputPlugin("logstash", logstashOutputPlugin{})
}
Example #2
0
func init() {
	outputs.RegisterOutputPlugin("elasticsearch", elasticsearchOutputPlugin{})
}
Example #3
0
func init() {

	outputs.RegisterOutputPlugin("redis", RedisOutputPlugin{})
}
Example #4
0
func init() {
	outputs.RegisterOutputPlugin("lumberjack", lumberjackOutputPlugin{})
}
Example #5
0
func init() {
	outputs.RegisterOutputPlugin("file", FileOutputPlugin{})
}
Example #6
0
func init() {
	outputs.RegisterOutputPlugin("console", plugin{})
}