twitterbeat icon indicating copy to clipboard operation
twitterbeat copied to clipboard

undefined: publisher.Client

Open mgogh opened this issue 6 years ago • 0 comments

I'm trying to install twitterbeat with the following way :

go install github.com/buehler/twitterbeat/

but I encounter an error message :

github.com/buehler/twitterbeat/beater/twitterbeat.go:26:13: undefined: publisher.Client

How can I fix this problem to use twitterbeat ? I have the go version 1.9 and elastic/beat 6.2.4.

It seems that the object "Client" has been removed in "github/elastic/beats/libbeat/publisher", I find a type "Client" only on "github/elastic/beats/libbeat/publisher/pipeline/client.go".

Does "import", import directory or also subdirectories ?

mgogh avatar May 14 '18 14:05 mgogh