Docs: Align prose with snippet (#34839)

Modified example text to include multiple index patterns used in the code
This commit is contained in:
Senthil 2018-10-25 21:51:18 +01:00 committed by Nik Everett
parent 27c4d63340
commit e27a0d5b0d
1 changed files with 2 additions and 2 deletions

View File

@ -46,9 +46,9 @@ PUT _template/template_1
NOTE: Index templates provide C-style /* */ block comments. Comments are allowed
everywhere in the JSON document except before the initial opening curly bracket.
Defines a template named `template_1`, with a template pattern of `te*`.
Defines a template named `template_1`, with a template pattern of `te*` or `bar*`.
The settings and mappings will be applied to any index name that matches
the `te*` pattern.
the `te*` or `bar*` pattern.
It is also possible to include aliases in an index template as follows: