Skip to content

Commit

Permalink
Docs: Align prose with snippet (elastic#34839)
Browse files Browse the repository at this point in the history
Modified example text to include multiple index patterns used in the code
  • Loading branch information
senthilkumarmohan authored and nik9000 committed Oct 25, 2018
1 parent 27c4d63 commit e27a0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/indices/templates.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit e27a0d5

Please sign in to comment.