Auto-generated API code (#2853)

This commit is contained in:
Elastic Machine
2025-05-27 18:14:42 +03:00
committed by GitHub
parent d524809eb5
commit a9d4d109f2
4 changed files with 26 additions and 11 deletions

View File

@ -6188,6 +6188,7 @@ client.indices.deleteIndexTemplate({ name })
[discrete]
==== delete_template
Delete a legacy index template.
IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.
{ref}/indices-delete-template-v1.html[Endpoint documentation]
[source,ts]
@ -6790,7 +6791,7 @@ error.
[discrete]
==== get_template
Get index templates.
Get legacy index templates.
Get information about one or more index templates.
IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.
@ -7236,7 +7237,7 @@ will be closed temporarily and then reopened in order to apply the changes.
[discrete]
==== put_template
Create or update an index template.
Create or update a legacy index template.
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
Elasticsearch applies templates to new indices based on an index pattern that matches the index name.