-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Elasticsearch snapshot supports lifecycle management policy (SLM), we can set a policy like this:
"retention": {
"expire_after": "30d",
"min_count": 5,
"max_count": 50
}
Let's add it to hub config as an optional feature, likely in SNAPSHOT_CONFIG, and set it during the creation of a snapshot repository.
Reactions are currently unavailable