cars10 / elasticvue

Elasticsearch gui for the browser
https://elasticvue.com
MIT License
1.86k stars 147 forks source link

[BUG] - Elasticvue uses the old templates API #242

Closed aidin-gh closed 4 months ago

aidin-gh commented 4 months ago

Description

The Elasticvue is using the deprecated _template API. It should use the new _index_template API.

See: https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates-v1.html

Steps To Reproduce

I installed the Firefox extension and checked the developer's console. The network tab shows that it's calling the old API.

I also tried the Linux client. I can't see what API it's calling, but I can check that it doesn't show the templates I have.

Screenshots

screenshot

Environment (please include the following information):

cars10 commented 4 months ago

Fixed in 1.0.9