We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fee3e commit 84c8ad3Copy full SHA for 84c8ad3
docs/reference/ilm/ilm-overview.asciidoc
@@ -39,7 +39,8 @@ replicas can be reduced.
39
For example, if you are indexing metrics data from a fleet of ATMs into
40
Elasticsearch, you might define a policy that says:
41
42
-. When the index reaches 50GB, roll over to a new index.
+. When the total size of the index's primary shards reaches 50GB, roll over to a new
43
+index.
44
. Move the old index into the warm phase, mark it read only, and shrink it down
45
to a single shard.
46
. After 7 days, move the index into the cold phase and move it to less expensive
0 commit comments