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

Fix Index Test Analyzer feature for ES versions after 5.x #443

Closed quangdutran closed 3 years ago

quangdutran commented 3 years ago

The Test Analyzer is not working for ES versions after 5.x since analyzer API does not support request parameters anymore. This PR will check the version first and then calling analyzer API to get analyzed text. In addition, alert might omit the json if it is too long so JsonPanel is used to show all json content of analyzed text.

image

philipskokoh commented 3 years ago

Thanks @quangdutran !