diff --git a/cmd/root.go b/cmd/root.go index f9b2d1b31ba..33e15ffaa42 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -22,6 +22,9 @@ import ( cmd "github.com/elastic/beats/libbeat/cmd" "github.com/elastic/beats/libbeat/cmd/instance" + + // Import the script processor. + _ "github.com/elastic/beats/libbeat/processors/script" ) // Name of this beat