[DOCS] Fix typo in data stream docs

This commit is contained in:
James Rodewig 2020-06-15 12:59:18 -04:00
parent d56d2dfb09
commit e268a89ef2
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ stream's template>> and perform a <<manually-roll-over-a-data-stream,rollover>>.
====
The following reindex request copies documents from the `archive` index alias to
the existing `logs` data stream. Because the destination is a data stream, the
the request's `op_type` is `create`.
request's `op_type` is `create`.
////
[source,console]