Skip to content

Commit 18c98ea

Browse files
authored
Correct SLM retention timezone documentation (elastic#52533)
This erroneously said that retention is run in the master node's timezone, however, it is actually run in UTC.
1 parent e204894 commit 18c98ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference/slm/slm-retention.asciidoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ The cluster level settings for retention are shown below, and can be changed dyn
1919
| `slm.retention_schedule` | `0 30 1 * * ?` | A periodic or absolute time schedule for when
2020
retention should be run. Supports all values supported by the cron scheduler: <<schedule-cron,Cron
2121
scheduler configuration>>. Retention can also be manually run using the
22-
<<slm-api-execute-retention>> API. Defaults to daily at 1:30am in the master
23-
node's timezone.
22+
<<slm-api-execute-retention>> API. Defaults to daily at 1:30am UTC.
2423

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

0 commit comments

Comments
 (0)