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

Implement Composable Templates to support Elasticsearch 8.0 #944

Closed
Tracked by #11743
yaauie opened this issue May 26, 2020 · 0 comments · Fixed by #980
Closed
Tracked by #11743

Implement Composable Templates to support Elasticsearch 8.0 #944

yaauie opened this issue May 26, 2020 · 0 comments · Fixed by #980
Labels

Comments

@yaauie
Copy link
Contributor

yaauie commented May 26, 2020

Elasticsearch's /_template API is being deprecated in 7.8, and is slated for removal in 8.0, so we need to migrate to Composable Templates (see: elastic/elasticsearch#53101).

We can begin our implementation as soon as the newly-introduced Composable Templates API is marked Stable (slated for 7.9), and should use it whenever we are communicating with an Elasticsearch 8 cluster.

@yaauie yaauie added the roadmap label May 26, 2020
kaisecheng added a commit that referenced this issue Nov 24, 2020
Elasticsearch's /_template API is being deprecated in 7.8
Use the new endpoint /_index_template to manage template if elasticsearch version >= 8
Add a new template 8x with priority set for default usage
Fixed: #944
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant