We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
SNAPSHOT_CONFIG
REF: https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshots-take-snapshot.html#automate-snapshots-slm
The text was updated successfully, but these errors were encountered:
sengineer0
No branches or pull requests
Elasticsearch snapshot supports lifecycle management policy (SLM), we can set a policy like this:
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.REF: https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshots-take-snapshot.html#automate-snapshots-slm
The text was updated successfully, but these errors were encountered: