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 version (bin/elasticsearch --version): 8.6.2
elasticsearch-py version (elasticsearch.__versionstr__): 8.6.2
Description of the problem including expected versus actual behavior: The allow_auto_create body parameter (documented for component templates, undocumented but supported for index templates) is not supported and there is no longer an option to pass in body for those APIs
The text was updated successfully, but these errors were encountered:
Elasticsearch version (
bin/elasticsearch --version
): 8.6.2elasticsearch-py
version (elasticsearch.__versionstr__
): 8.6.2Description of the problem including expected versus actual behavior: The
allow_auto_create
body parameter (documented for component templates, undocumented but supported for index templates) is not supported and there is no longer an option to pass inbody
for those APIsThe text was updated successfully, but these errors were encountered: