Skip to content

Commit

Permalink
[DOCS] Refactor data stream setup tutorial (#71074)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Mar 31, 2021
1 parent 67d98c6 commit f413206
Show file tree
Hide file tree
Showing 16 changed files with 205 additions and 187 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[data-streams-change-mappings-and-settings]]
== Change mappings and settings for a data stream

Each data stream has a <<create-a-data-stream-template,matching index
Each data stream has a <<create-index-template,matching index
template>>. Mappings and index settings from this template are applied to new
backing indices created for the stream. This includes the stream's first
backing index, which is auto-generated when the stream is created.
Expand Down Expand Up @@ -417,7 +417,7 @@ mappings and settings you'd like to apply to the new data stream's backing
indices.
+
This index template must meet the
<<create-a-data-stream-template,requirements for a data stream template>>. It
<<create-index-template,requirements for a data stream template>>. It
should also contain your previously chosen name or index pattern in the
`index_patterns` property.
+
Expand Down Expand Up @@ -471,7 +471,7 @@ PUT /_index_template/new-data-stream-template
create the new data stream. The name of the data stream must match the index
pattern defined in the new template's `index_patterns` property.
+
We do not recommend <<create-a-data-stream,indexing new data
We do not recommend <<create-data-stream,indexing new data
to create this data stream>>. Later, you will reindex older data from an
existing data stream into this new stream. This could result in one or more
backing indices that contains a mix of new and old data.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/data-streams/data-streams.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ backing indices.

image::images/data-streams/data-streams-diagram.svg[align="center"]

Each data stream requires a matching <<index-templates,index template>>. The
A data stream requires a matching <<index-templates,index template>>. The
template contains the mappings and settings used to configure the stream's
backing indices.

Expand Down
Loading

0 comments on commit f413206

Please sign in to comment.