We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48b22d commit d82ef79Copy full SHA for d82ef79
specification/indices/_types/IndexTemplate.ts
@@ -29,7 +29,7 @@ import { IndexSettings } from './IndexSettings'
29
30
export class IndexTemplate {
31
/**
32
- * Name of the index template.
+ * Array of wildcard (`*`) expressions used to match the names of data streams and indices during creation.
33
*/
34
index_patterns: Names
35
specification/indices/put_index_template/IndicesPutIndexTemplateRequest.ts
@@ -87,7 +87,7 @@ export interface Request extends RequestBase {
87
response_media_type: MediaType.Json
88
body: {
89
90
- * Name of the index template to create.
91
92
index_patterns?: Indices
93
0 commit comments