Skip to content

[DOCS] Update xrefs for snapshot restore docs #81023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/settings/snapshot-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ limit.

==== {slm-init} settings

The following cluster settings configure <<snapshot-lifecycle-management,{slm}
The following cluster settings configure <<automate-snapshots-slm,{slm}
({slm-init})>>.

[[slm-history-index-enabled]]
Expand All @@ -27,7 +27,7 @@ to the `slm-history-*` indices. Defaults to `true`.
[[slm-retention-schedule]]
`slm.retention_schedule`::
(<<dynamic-cluster-setting,Dynamic>>, <<schedule-cron,cron scheduler value>>)
Controls when the <<slm-retention,retention task>> runs.
Controls when the <<slm-retention-task,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 * * ?`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ the <<indices-get-template,get index template API>>:
+
[source,console]
----
GET /_index_template/*?filter_path=index_templates.name,index_templates.index_template.index_patterns,index_templates.index_template.data_stream
GET _index_template/*?filter_path=index_templates.name,index_templates.index_template.index_patterns,index_templates.index_template.data_stream
----
+
If no such template exists, you can <<create-index-template,create one>> or
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/snapshot-restore/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ repository. Before you can take or restore snapshots, you must
* Microsoft Azure

After you register a snapshot repository, you can use
<<snapshot-lifecycle-management,{slm} ({slm-init})>> to automatically take and
manage snapshots. You can then <<snapshots-restore-snapshot,restore a snapshot>>
to recover or transfer its data.
<<automate-snapshots-slm,{slm} ({slm-init})>> to automatically take and manage
snapshots. You can then <<snapshots-restore-snapshot,restore a snapshot>> to
recover or transfer its data.

[discrete]
[[snapshot-contents]]
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/snapshot-restore/restore-snapshot.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ specific indices or data streams instead.
If you're restoring to a different cluster, see <<restore-different-cluster>>
before you start.

. If you <<backup-cluster-configuration,backed up the cluster's configuration
. If you <<back-up-config-files,backed up the cluster's configuration
files>>, you can restore them to each node. This step is optional and requires a
<<restart-upgrade,full cluster restart>>.
+
Expand Down