We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab68c3 commit bfc5bc6Copy full SHA for bfc5bc6
specification/indices/_types/IndexTemplate.ts
@@ -68,10 +68,14 @@ export class IndexTemplate {
68
* Marks this index template as deprecated.
69
* When creating or updating a non-deprecated index template that uses deprecated components,
70
* Elasticsearch will emit a deprecation warning.
71
+ * @availability stack since=8.12.0
72
+ * @availability serverless
73
*/
74
deprecated?: boolean
75
/**
76
* A list of component template names that are allowed to be absent.
77
+ * @availability stack since=8.7.0
78
79
80
ignore_missing_component_templates?: Names
81
}
0 commit comments