Skip to content

Commit

Permalink
Merge pull request elastic#233 from urso/fix/enable-console-outputer
Browse files Browse the repository at this point in the history
register console output plugin
  • Loading branch information
ruflin committed Oct 29, 2015
2 parents fe153be + edd5c11 commit dfb5429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publisher/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dfb5429

Please sign in to comment.