From 8e726c3f1455344a8976dc5203d74e211f03274a Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Sat, 24 Oct 2020 19:49:30 -0400 Subject: [PATCH] [DOCS] Minor data stream docs fixes --- docs/reference/data-streams/data-streams.asciidoc | 9 +++------ docs/reference/indices/get-data-stream.asciidoc | 3 +-- 2 files changed, 4 insertions(+), 8 deletions(-) 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)