You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: