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 b69e829 commit b1e39dfCopy full SHA for b1e39df
docs/reference/indices/templates.asciidoc
@@ -46,9 +46,9 @@ PUT _template/template_1
46
NOTE: Index templates provide C-style /* */ block comments. Comments are allowed
47
everywhere in the JSON document except before the initial opening curly bracket.
48
49
-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*`.
50
The settings and mappings will be applied to any index name that matches
51
-the `te*` pattern.
+the `te*` or `bar*` pattern.
52
53
It is also possible to include aliases in an index template as follows:
54
0 commit comments