[DOCS] Convert 'Restore a snapshot' to tutorial#76929
[DOCS] Convert 'Restore a snapshot' to tutorial#76929jrodewig merged 43 commits intoelastic:masterfrom jrodewig:docs__restore-snapshot-tut
Conversation
Updates the `Restore a snapshot` guide to be more tutorial-focused. The current page duplicates reference content from the restore snapshot API docs. I plan to add a tutorial for restoring a full cluster in a later PR.
|
Pinging @elastic/es-docs (Team:Docs) |
|
Pinging @elastic/es-distributed (Team:Distributed) |
|
@elasticmachine run elasticsearch-ci/precommit |
|
@elasticmachine update branch |
|
@elasticmachine run elasticsearch-ci/precommit |
docs/reference/snapshot-restore/apis/restore-snapshot-api.asciidoc
Outdated
Show resolved
Hide resolved
|
@elasticmachine update branch |
|
@elasticmachine run elasticsearch-ci/docs-check |
|
Going to merge this in. Thanks for the reviews and feedback, everyone! |
💔 Backport failed
You can use sqren/backport to manually backport by running |
|
Turns out Kibana links to https://www.elastic.co/guide/en/elasticsearch/reference/7.14/snapshots-restore-snapshot.html#change-index-settings-during-restore, which was removed with this PR. I've opened elastic/kibana#112597 to update the link in Kibana. However, that means I'll only backport this change to |
Updates the docs help link for index settings in the Snapshot and Restore feature. Currently, the link points to https://www.elastic.co/guide/en/elasticsearch/reference/7.14/snapshots-restore-snapshot.html#change-index-settings-during-restore, which primarily documents related restore snapshot API parameters. With elastic/elasticsearch#76929, this section was removed. The new link covers all available index settings, which is a bit more relevant.
Updates the docs help link for index settings in the Snapshot and Restore feature. Currently, the link points to https://www.elastic.co/guide/en/elasticsearch/reference/7.14/snapshots-restore-snapshot.html#change-index-settings-during-restore, which primarily documents related restore snapshot API parameters. With elastic/elasticsearch#76929, this section was removed. The new link covers all available index settings, which is a bit more relevant.
Fixes a couple of erroneous references related to system indices in the snapshot restore tutorial: * Calling the delete index API on `*` will only delete some system indices, such as the `.security`. It won't delete others, such as `.geoip_databases`. * Not all dot indices are system indices. Some are just hidden indices. Relates to #76929
Fixes a couple of erroneous references related to system indices in the snapshot restore tutorial: * Calling the delete index API on `*` will only delete some system indices, such as the `.security`. It won't delete others, such as `.geoip_databases`. * Not all dot indices are system indices. Some are just hidden indices. Relates to #76929 # Conflicts: # docs/reference/snapshot-restore/restore-snapshot.asciidoc
Updates the 'Restore a snapshot' guide to be more tutorial-focused.
Adds a tutorial for restoring an entire cluster.
Closes #72497.
Previews