Skip to content

Commit 84c8ad3

Browse files
authored
[DOCS] Clarify index size in ILM overview (#64544) (#64548)
1 parent e3fee3e commit 84c8ad3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/ilm/ilm-overview.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ replicas can be reduced.
3939
For example, if you are indexing metrics data from a fleet of ATMs into
4040
Elasticsearch, you might define a policy that says:
4141

42-
. When the index reaches 50GB, roll over to a new index.
42+
. When the total size of the index's primary shards reaches 50GB, roll over to a new
43+
index.
4344
. Move the old index into the warm phase, mark it read only, and shrink it down
4445
to a single shard.
4546
. After 7 days, move the index into the cold phase and move it to less expensive

0 commit comments

Comments
 (0)