소스 검색

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

James Rodewig 4 년 전
부모
커밋
cfe13a843e
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  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]
 --------------------------------------------------