mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Document Recommended Maximum Repository Size in SLM Docs (#64485)
Just adding a short note on reasonable sizing limits.
This commit is contained in:
parent
f4e497e0bd
commit
1990e24e8e
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,10 @@ deletion.
|
||||||
Maximum number of snapshots to retain, even if the snapshots have not yet
|
Maximum number of snapshots to retain, even if the snapshots have not yet
|
||||||
expired. If the number of snapshots in the repository exceeds this limit, the
|
expired. If the number of snapshots in the repository exceeds this limit, the
|
||||||
policy retains the most recent snapshots and deletes older snapshots.
|
policy retains the most recent snapshots and deletes older snapshots.
|
||||||
|
+
|
||||||
|
NOTE: The maximum number of snapshots in a repository should not exceed `200`. This ensures that the snapshot repository metadata does not
|
||||||
|
grow to a size which might destabilize the master node. If the `max_count` setting is not set, this limit should be enforced by configuring
|
||||||
|
other retention rules such that the repository size does not exceed `200` snapshots.
|
||||||
|
|
||||||
`min_count`::
|
`min_count`::
|
||||||
(Optional, integer)
|
(Optional, integer)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue