knes1 / elktail

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

Upgraded to elastic.v5 #18

Closed mnbbrown closed 7 years ago

mnbbrown commented 7 years ago

Firstly, thanks for a very good little tool @knes1!

I was doing some internal testing with elktail and migrated it to using elasticsearch v5.x. Thought some of my changes my be useful.

Given the breaking changes introduced in v5.x I'm not sure how backwards compatible it is.

Apologies for the messy pull request.

knes1 commented 7 years ago

Hi! Sorry for a late response! PR looks good. I'm working on CI/testing setup so that changes on elktail can be tested VS different versions of elastic. As soon as I'm done with that, I'm merging your PR. Thank you for contributing!

thomaspeitz commented 7 years ago

@knes1 Any update on that? Love your tool :) Just tested with elasticsearch v5 and the pull request works. Would love to see it merged and released.

knes1 commented 7 years ago

I'll be working on it over the weekend. Basically, I'd love to have one elktail version that supports all elastic versions which is tricky. I'll give it a try this weekend. If I don't manage to make it support all versions in a single app, I'll just create several builds of elktail for specific elastic versions.

thomaspeitz commented 7 years ago

Either way i appreciate your fast feedback and look forward to use your tool :)

gajus commented 7 years ago

@knes1 any chance of this getting out?

conner commented 7 years ago

thanks @mnbbrown been using this and works a treat

xamox commented 7 years ago

Thanks for adding this, just upgraded ES to v5 and was sad to see elktail not working.

jbrownsc commented 7 years ago

Any hope getting this merged?