mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-08-20 09:18:08 +02:00
11 lines
244 B
Go
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)
|