[DOCS] Fix typo in data stream docs
This commit is contained in:
parent
d56d2dfb09
commit
e268a89ef2
|
@ -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 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 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]
|
[source,console]
|
||||||
|
|
Loading…
Reference in New Issue