This commit is contained in:
parent
a44dad9fbb
commit
c5f5cc4cf8
|
@ -44,6 +44,10 @@ PUT /my_source_index/_settings
|
|||
--------------------------------------------------
|
||||
// TEST[s/^/PUT my_source_index\n/]
|
||||
|
||||
The current write index on a data stream cannot be cloned. In order to clone
|
||||
the current write index, the data stream must first be
|
||||
<<rollover-data-stream-ex,rolled over>> so that a new write index is created
|
||||
and then the previous write index can be cloned.
|
||||
|
||||
[[clone-index-api-desc]]
|
||||
==== {api-description-title}
|
||||
|
|
|
@ -69,6 +69,11 @@ of shards in the index is a prime number it can only be shrunk into a single
|
|||
primary shard. Before shrinking, a (primary or replica) copy of every shard
|
||||
in the index must be present on the same node.
|
||||
|
||||
The current write index on a data stream cannot be shrunk. In order to shrink
|
||||
the current write index, the data stream must first be
|
||||
<<rollover-data-stream-ex,rolled over>> so that a new write index is created
|
||||
and then the previous write index can be shrunk.
|
||||
|
||||
[[how-shrink-works]]
|
||||
===== How shrinking works
|
||||
|
||||
|
|
|
@ -52,6 +52,10 @@ PUT /my_source_index/_settings
|
|||
<1> Prevents write operations to this index while still allowing metadata
|
||||
changes like deleting the index.
|
||||
|
||||
The current write index on a data stream cannot be split. In order to split
|
||||
the current write index, the data stream must first be
|
||||
<<rollover-data-stream-ex,rolled over>> so that a new write index is created
|
||||
and then the previous write index can be split.
|
||||
|
||||
[[split-index-api-desc]]
|
||||
==== {api-description-title}
|
||||
|
|
Loading…
Reference in New Issue