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
{{ message }}
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
I use v7.7.0 with AWS Elasticsearch Service.
The documentation for index templates suggests the following payload structure for creating an index template:
Above however does not seem to respect fields present inside the
template
key. Response forGET _template/sample-index-template
:In practice, the right payload seems to be as below:
Notice the omission of the parent
template
key in the payload. This works as required, with the response forGET _template/sample-index-template
as:Should the documentation be updated? Or is this a bug in implementation?
The text was updated successfully, but these errors were encountered: