Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { Duration } from '@_types/Time'

/**
* 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.
* @rest_spec_name indices.delete_template
* @availability stack stability=stable
* @cluster_privileges manage_index_templates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { Names } from '@_types/common'
import { Duration } from '@_types/Time'

/**
* 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { integer } from '@_types/Numeric'
import { Duration } from '@_types/Time'

/**
* 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.
*
Expand Down