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
Copy file name to clipboardExpand all lines: elasticsearch/_async/client/indices.py
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1246,7 +1246,8 @@ async def delete_template(
1246
1246
"""
1247
1247
.. raw:: html
1248
1248
1249
-
<p>Delete a legacy index template.</p>
1249
+
<p>Delete a legacy index template.
1250
+
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>
Get information about one or more index templates.</p>
2883
2884
<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>
2884
2885
@@ -3971,7 +3972,7 @@ async def put_template(
3971
3972
"""
3972
3973
.. raw:: html
3973
3974
3974
-
<p>Create or update an index template.
3975
+
<p>Create or update a legacy index template.
3975
3976
Index templates define settings, mappings, and aliases that can be applied automatically to new indices.
3976
3977
Elasticsearch applies templates to new indices based on an index pattern that matches the index name.</p>
3977
3978
<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>
0 commit comments