Skip to content

Commit d82ef79

Browse files
Fx description of 'index_patterns' setting (#5907) (#5918)
(cherry picked from commit 52ca436) Co-authored-by: Fabien Baligand <fbaligand@gmail.com>
1 parent c48b22d commit d82ef79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/indices/_types/IndexTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { IndexSettings } from './IndexSettings'
2929

3030
export class IndexTemplate {
3131
/**
32-
* Name of the index template.
32+
* Array of wildcard (`*`) expressions used to match the names of data streams and indices during creation.
3333
*/
3434
index_patterns: Names
3535
/**

specification/indices/put_index_template/IndicesPutIndexTemplateRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export interface Request extends RequestBase {
8787
response_media_type: MediaType.Json
8888
body: {
8989
/**
90-
* Name of the index template to create.
90+
* Array of wildcard (`*`) expressions used to match the names of data streams and indices during creation.
9191
*/
9292
index_patterns?: Indices
9393
/**

0 commit comments

Comments
 (0)