diff --git a/docs/reference/indices/put-index-template.asciidoc b/docs/reference/indices/put-index-template.asciidoc index a03e530f0d34d..db64d5e65a167 100644 --- a/docs/reference/indices/put-index-template.asciidoc +++ b/docs/reference/indices/put-index-template.asciidoc @@ -95,7 +95,7 @@ specified, meaning that the last component template specified has the highest pr `data_stream`:: (Optional, object) If this object is included, the template is used to create data streams and -their backing indices. Supports an empty object: `data_stream: { }` +their backing indices. Supports an empty object. + Data streams require a matching index template with a `data_stream` object. See <>. @@ -293,10 +293,8 @@ To check the `_meta`, you can use the <>. +To use an index template for data streams, the template must include a +`data_stream` object. See <>. [source,console] --------------------------------------------------