Closed aidin-gh closed 4 months ago
Description
The Elasticvue is using the deprecated _template API. It should use the new _index_template API.
_template
_index_template
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.
network
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
Environment (please include the following information):
Fixed in 1.0.9
1.0.9
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
Environment (please include the following information):