From edd5c1125d0020b8cbbfc76c49fd577991aa40e1 Mon Sep 17 00:00:00 2001 From: urso Date: Wed, 28 Oct 2015 21:48:34 +0100 Subject: [PATCH] register console output plugin --- publisher/publish.go | 1 + 1 file changed, 1 insertion(+) 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"