mobz / elasticsearch-head

A web front end for an elastic search cluster
http://mobz.github.io/elasticsearch-head/
Other
9.38k stars 2.02k forks source link

Is there any plan to support es 7.x ? #418

Closed hellxz closed 5 years ago

hellxz commented 5 years ago

i just want to know about it. can somebody tell me ?

philipskokoh commented 5 years ago

any problems running it on es 7.x?

Backgammon- commented 5 years ago

The default response format for hit count has changed so it doesn't display properly in head; probably some other minor things. Easy fixes, but it's still work.

hellxz commented 5 years ago

not problem with es7.1, because i haven't try it . i use docker for create cluster and can't find a es-head for 7.x. I just see this hub not contain the support for es6 and es7,and yesterday i have try to use es-head google-chrome plugin. seems the hit count does not display .

philipskokoh commented 5 years ago

I just push an update to handle 'hit count' for ES 7.x. The latest code should support ES 7.x now. Thanks for reporting about 'hit count' breaking issue!