[DOCS] Minor data stream docs fixes

This commit is contained in:
James Rodewig 2020-10-24 19:49:30 -04:00
parent 2cecbc8c83
commit 8e726c3f14
2 changed files with 4 additions and 8 deletions

View File

@ -27,12 +27,9 @@ backing indices.
image::images/data-streams/data-streams-diagram.svg[align="center"] image::images/data-streams/data-streams-diagram.svg[align="center"]
To configure its backing indices, each data stream requires a matching Each data stream requires a matching <<indices-templates,index template>>. The
<<indices-templates,index template>>. This template contains: template contains the mappings and settings used to configure the stream's
backing indices.
* An index pattern matching the stream's name.
* Mappings and settings for the stream's backing indices.
Every document indexed to a data stream must contain a `@timestamp` field, Every document indexed to a data stream must contain a `@timestamp` field,
mapped as a <<date,`date`>> or <<date_nanos,`date_nanos`>> field type. If the mapped as a <<date,`date`>> or <<date_nanos,`date_nanos`>> field type. If the

View File

@ -134,8 +134,7 @@ Universally unique identifier (UUID) for the index.
`generation`:: `generation`::
(integer) (integer)
Current <<data-streams-generation,generation>> for the data stream. This number Current <<data-streams-generation,generation>> for the data stream. This number
acts as a cumulative count of the stream's backing indices, including acts as a cumulative count of the stream's rollovers, starting at `1`.
deleted indices.
`status`:: `status`::
(string) (string)