예제 #1
0
파일: main.go 프로젝트: davidsoloman/beats
// Setups and Runs Packetbeat
func main() {
	beat.Run(Name, "", packetbeat.New())
}
예제 #2
0
파일: main.go 프로젝트: nicoder/beats
// Setups and Runs Packetbeat
func main() {
	beat.Run(Name, Version, packetbeat.New())
}