mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Correct SLM retention timezone documentation (#52533)
This erroneously said that retention is run in the master node's timezone, however, it is actually run in UTC.
This commit is contained in:
parent
88bb06f055
commit
b11dbb2205
@ -19,8 +19,7 @@ The cluster level settings for retention are shown below, and can be changed dyn
|
|||||||
| `slm.retention_schedule` | `0 30 1 * * ?` | A periodic or absolute time schedule for when
|
| `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
|
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
|
scheduler configuration>>. Retention can also be manually run using the
|
||||||
<<slm-api-execute-retention>> API. Defaults to daily at 1:30am in the master
|
<<slm-api-execute-retention>> API. Defaults to daily at 1:30am UTC.
|
||||||
node's timezone.
|
|
||||||
|
|
||||||
| `slm.retention_duration` | `"1h"` | A limit of how long SLM should spend deleting old snapshots.
|
| `slm.retention_duration` | `"1h"` | A limit of how long SLM should spend deleting old snapshots.
|
||||||
|=====================================
|
|=====================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user