-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [DOCS] Align with ILM changes. * Apply suggestions from code review Co-authored-by: James Rodewig <james.rodewig@elastic.co> Co-authored-by: Lee Hinman <dakrone@users.noreply.github.com> * Incorporated review comments.
- Loading branch information
Showing
9 changed files
with
241 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[role="xpack"] | ||
[[slm-settings]] | ||
=== {slm-cap} settings in {es} | ||
[subs="attributes"] | ||
++++ | ||
<titleabbrev>{slm-cap} settings</titleabbrev> | ||
++++ | ||
|
||
These are the settings available for configuring | ||
<<snapshot-lifecycle-management, {slm}>> ({slm-init}). | ||
|
||
==== Cluster-level settings | ||
|
||
[[slm-history-index-enabled]] | ||
`slm.history_index_enabled`:: | ||
(boolean) | ||
Controls whether {slm-init} records the history of actions taken as part of {slm-init} policies | ||
to the `slm-history-*` indices. Defaults to `true`. | ||
|
||
[[slm-retention-schedule]] | ||
`slm.retention_schedule`:: | ||
(<<cluster-update-settings,Dynamic>>, <<schedule-cron,cron scheduler value>>) | ||
Controls when the <<slm-retention,retention task>> runs. | ||
Can be a periodic or absolute time schedule. | ||
Supports all values supported by the <<schedule-cron,cron scheduler>>. | ||
Defaults to daily at 1:30am UTC: `0 30 1 * * ?`. | ||
|
||
[[slm-retention-duration]] | ||
`slm.retention_duration`:: | ||
(<<cluster-update-settings,Dynamic>>, <<time-units,time value>>) | ||
Limits how long {slm-init} should spend deleting old snapshots. | ||
Defaults to one hour: `1h`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.