diff --git a/docs/reference/data-streams/data-streams.asciidoc b/docs/reference/data-streams/data-streams.asciidoc index 18259310007..c6cb8ee3e48 100644 --- a/docs/reference/data-streams/data-streams.asciidoc +++ b/docs/reference/data-streams/data-streams.asciidoc @@ -27,12 +27,9 @@ backing indices. image::images/data-streams/data-streams-diagram.svg[align="center"] -To configure its backing indices, each data stream requires a matching -<>. This template contains: - -* An index pattern matching the stream's name. - -* Mappings and settings for the stream's backing indices. +Each data stream requires a matching <>. The +template contains the mappings and settings used to configure the stream's +backing indices. Every document indexed to a data stream must contain a `@timestamp` field, mapped as a <> or <> field type. If the diff --git a/docs/reference/indices/get-data-stream.asciidoc b/docs/reference/indices/get-data-stream.asciidoc index e25fa3aaf32..5f5e478cd6b 100644 --- a/docs/reference/indices/get-data-stream.asciidoc +++ b/docs/reference/indices/get-data-stream.asciidoc @@ -134,8 +134,7 @@ Universally unique identifier (UUID) for the index. `generation`:: (integer) Current <> for the data stream. This number -acts as a cumulative count of the stream's backing indices, including -deleted indices. +acts as a cumulative count of the stream's rollovers, starting at `1`. `status`:: (string)