Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
aidin-gh opened this issue Jul 10, 2024 · 1 comment
Closed

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

aidin-gh opened this issue Jul 10, 2024 · 1 comment
Assignees

Comments

@aidin-gh
Copy link

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):

  • Elasticsearch version: 8.14.1
  • Operating system: Gnu/Linux Ubuntu 24.04
  • Browser + version: Firefox 127.0.2
  • Elasticvue version: 1.0.8-stable
  • How are you running elasticvue? (docker, browser extension, web app): Browser extension & Linux Image
@cars10
Copy link
Owner

cars10 commented Jul 14, 2024

Fixed in 1.0.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants