Skip to content

Commit

Permalink
Update default now that elastic#47604 has been merged
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Oct 4, 2019
1 parent 746630b commit 427b766
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/reference/ilm/slm-retention.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ The cluster level settings for retention are shown below, and can be changed dyn
|=====================================
| Setting | Default value | Description

| `slm.retention_schedule` | `<unset>` | A periodic or absolute time schedule for when retention
should be run. Supports all values supported by the cron scheduler: <<schedule-cron,Cron scheduler
configuration>>. Retention can also be manually run using the <<slm-api-execute-retention,Execute
retention API>>.
| `slm.retention_schedule` | `0 30 1 * * ?` | A periodic or absolute time schedule for when
retention should be run. Supports all values supported by the cron scheduler: <<schedule-cron,Cron
scheduler configuration>>. Retention can also be manually run using the
<<slm-api-execute-retention,Execute retention API>>. Defaults to daily at 1:30am.

| `slm.retention_duration` | `"1h"` | A limit of how long SLM should spend deleting old snapshots.
|=====================================
Expand Down

0 comments on commit 427b766

Please sign in to comment.