Skip to content

Commit

Permalink
[DOCS] Update ds overview for optional @timestamp mapping (#59558) …
Browse files Browse the repository at this point in the history
…(#59614)
  • Loading branch information
jrodewig authored Jul 15, 2020
1 parent 53249dc commit 4e58f96
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/reference/data-streams/data-streams-overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ the stream's backing indices. It contains:

* A name or wildcard (`*`) pattern for the data stream.

* The data stream's _timestamp field_. This field must be mapped as a
<<date,`date`>> or <<date_nanos,`date_nanos`>> field data type and must be
included in every document indexed to the data stream.
* An optional mapping for the data stream's `@timestamp` field.
+
A `@timestamp` field must be included in every document indexed to the data
stream. This field must be mapped as a <<date,`date`>> or
<<date_nanos,`date_nanos`>> field data type. If no mapping is specified in the
index template, the `date` field data type with default options is used.

* The mappings and settings applied to each backing index when it's created.

Expand Down

0 comments on commit 4e58f96

Please sign in to comment.