mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Support max_single_primary_size in Resize Action and exposed in ILM (#67705)
This commit is contained in:
parent
ab3f8f5067
commit
d69c03359f
28 changed files with 534 additions and 106 deletions
|
@ -54,6 +54,12 @@ include-tagged::{doc-tests-file}[{api}-request-settings]
|
|||
<1> The number of shards on the target of the shrink index request
|
||||
<2> Remove the allocation requirement copied from the source index
|
||||
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
--------------------------------------------------
|
||||
include-tagged::{doc-tests-file}[{api}-request-maxSinglePrimarySize]
|
||||
--------------------------------------------------
|
||||
<1> The max single primary shard size of the target index
|
||||
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
--------------------------------------------------
|
||||
include-tagged::{doc-tests-file}[{api}-request-aliases]
|
||||
|
@ -75,5 +81,3 @@ include-tagged::{doc-tests-file}[{api}-response]
|
|||
<1> Indicates whether all of the nodes have acknowledged the request
|
||||
<2> Indicates whether the requisite number of shard copies were started for
|
||||
each shard in the index before timing out
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue