2017-12-19 13:16:39 +01:00

11 lines
244 B
Go

package cmd
import cmd "github.com/elastic/beats/libbeat/cmd"
import "github.com/elastic/beats/winlogbeat/beater"
// Name of this beat
var Name = "winlogbeat"
// RootCmd to handle beats cli
var RootCmd = cmd.GenRootCmd(Name, "", beater.New)