diff --git a/publisher/publish.go b/publisher/publish.go index 5cd932403cd..a1678188281 100644 --- a/publisher/publish.go +++ b/publisher/publish.go @@ -13,6 +13,7 @@ import ( "github.com/nranchev/go-libGeoIP" // load supported output plugins + _ "github.com/elastic/libbeat/outputs/console" _ "github.com/elastic/libbeat/outputs/elasticsearch" _ "github.com/elastic/libbeat/outputs/fileout" _ "github.com/elastic/libbeat/outputs/logstash"