[role="xpack"] [[slm-settings]] === {slm-cap} settings in {es} [subs="attributes"] ++++ {slm-cap} settings ++++ These are the settings available for configuring <> ({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`:: (<>, <>) Controls when the <> runs. Can be a periodic or absolute time schedule. Supports all values supported by the <>. Defaults to daily at 1:30am UTC: `0 30 1 * * ?`. [[slm-retention-duration]] `slm.retention_duration`:: (<>, <>) Limits how long {slm-init} should spend deleting old snapshots. Defaults to one hour: `1h`. [[repositories-url-allowed]] // tag::repositories-url-allowed[] `repositories.url.allowed_urls` {ess-icon}:: Specifies the <> that snapshots can be restored from. // end::repositories-url-allowed[]