Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions elasticsearch/_async/client/indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,8 @@ async def delete_template(
"""
.. raw:: html

<p>Delete a legacy index template.</p>
<p>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.</p>


`<https://www.elastic.co/guide/en/elasticsearch/reference/8.17/indices-delete-template-v1.html>`_
Expand Down Expand Up @@ -2716,7 +2717,7 @@ async def get_template(
"""
.. raw:: html

<p>Get index templates.
<p>Get legacy index templates.
Get information about one or more index templates.</p>
<p>IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>

Expand Down Expand Up @@ -3742,7 +3743,7 @@ async def put_template(
"""
.. raw:: html

<p>Create or update an index template.
<p>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.</p>
<p>IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>
Expand Down
7 changes: 4 additions & 3 deletions elasticsearch/_sync/client/indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,8 @@ def delete_template(
"""
.. raw:: html

<p>Delete a legacy index template.</p>
<p>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.</p>


`<https://www.elastic.co/guide/en/elasticsearch/reference/8.17/indices-delete-template-v1.html>`_
Expand Down Expand Up @@ -2716,7 +2717,7 @@ def get_template(
"""
.. raw:: html

<p>Get index templates.
<p>Get legacy index templates.
Get information about one or more index templates.</p>
<p>IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>

Expand Down Expand Up @@ -3742,7 +3743,7 @@ def put_template(
"""
.. raw:: html

<p>Create or update an index template.
<p>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.</p>
<p>IMPORTANT: This documentation is about legacy index templates, which are deprecated and will be replaced by the composable templates introduced in Elasticsearch 7.8.</p>
Expand Down