knes1 / elktail

Command line utility to query, search and tail EL (elasticsearch, logstash) logs
MIT License
197 stars 66 forks source link

Install error #28

Open buchanae opened 7 years ago

buchanae commented 7 years ago
go get github.com/knes1/elktail
# github.com/knes1/elktail
/home/ubuntu/go/src/github.com/knes1/elktail/configuration.go:147: cli.VersionFlag.Usage undefined (type cli.Flag has no field or method Usage)
/home/ubuntu/go/src/github.com/knes1/elktail/configuration.go:148: cli.HelpFlag.Usage undefined (type cli.Flag has no field or method Usage)
go version
go version go1.8.3 linux/amd64
bonovoxly commented 7 years ago

So I ran into similar issues. It seems that some required packages got renamed (was a package or user called codegangsta).

I forked it and fixed it up. Take a look here at the changes I made - https://github.com/bonovoxly/elktail

buchanae commented 7 years ago

@bonovoxly worked well for me, thanks!

wzrdtales commented 6 years ago

@knes1 Is this going to be fixed?