Răsfoiți Sursa

[DOCS] Fix heading for ILM shrink example (#70733)

James Rodewig 4 ani în urmă
părinte
comite
cfe13a843e
1 a modificat fișierele cu 5 adăugiri și 2 ștergeri
  1. 5 2
      docs/reference/ilm/actions/ilm-shrink.asciidoc

+ 5 - 2
docs/reference/ilm/actions/ilm-shrink.asciidoc

@@ -71,8 +71,11 @@ PUT _ilm/policy/my_policy
 --------------------------------------------------
 
 [[ilm-shrink-size-ex]]
-===== Calculate the number of shards of the new shrunken index based on the storage of the
-source index and the `max_primary_shard_size` parameter
+===== Calculate the optimal number of primary shards for a shrunken index
+
+The following policy uses the `max_primary_shard_size` parameter to
+automatically calculate the new shrunken index's primary shard count based on
+the source index's storage size.
 
 [source,console]
 --------------------------------------------------