[DOCS] Overhaul snapshot and restore docs#79081
Merged
jrodewig merged 45 commits intoelastic:masterfrom Nov 15, 2021
jrodewig:docs__snapshot-restore
Merged
[DOCS] Overhaul snapshot and restore docs#79081jrodewig merged 45 commits intoelastic:masterfrom jrodewig:docs__snapshot-restore
jrodewig merged 45 commits intoelastic:masterfrom
jrodewig:docs__snapshot-restore
Conversation
Highlights: * Adds info about cloud snapshot repositories * Adds info about Kibana's Snapshot and Restore feature * Combines tutorial pages related to taking and managing snapshots * Consolidates snapshot process explanations * Incorporates SLM into the standard snapshot and restore workflow * Removes duplicate "back up a cluster" pages
Collaborator
|
Pinging @elastic/es-docs (Team:Docs) |
Collaborator
|
Pinging @elastic/es-distributed (Team:Distributed) |
jrodewig
commented
Oct 13, 2021
Comment on lines
+262
to
+263
| === Clean up a repository | ||
|
|
Contributor
Author
There was a problem hiding this comment.
I think there's some more room for improvement in this section, but this PR is already massive. I'll take a second pass in a follow-up.
jrodewig
added a commit
that referenced
this pull request
Oct 21, 2021
Changes: - Notes snapshot names support date math - Sorts request body parameters alphabetically - Adds the `expand_wildcards` request body parameter - Reuses cluster state contents list from the restore snapshot API - Notes the `indices` and `feature_states` parameters support a special `none` value Relates to #79081
elasticsearchmachine
pushed a commit
that referenced
this pull request
Oct 21, 2021
* [DOCS] Fix create snapshot API parameters (#79209) Changes: - Notes snapshot names support date math - Sorts request body parameters alphabetically - Adds the `expand_wildcards` request body parameter - Reuses cluster state contents list from the restore snapshot API - Notes the `indices` and `feature_states` parameters support a special `none` value Relates to #79081 * Update `expand_wildcards` default * Fix xref * Fix xref
elasticsearchmachine
pushed a commit
that referenced
this pull request
Oct 21, 2021
* [DOCS] Fix create snapshot API parameters (#79209) Changes: - Notes snapshot names support date math - Sorts request body parameters alphabetically - Adds the `expand_wildcards` request body parameter - Reuses cluster state contents list from the restore snapshot API - Notes the `indices` and `feature_states` parameters support a special `none` value Relates to #79081 * Update `expand_wildcards` default * Fix xref * Fix xref
Contributor
Author
|
@williamrandolph pointed out some documentation gaps for feature states in #79675. I'm going to convert this PR to a draft while I add those missing docs. |
williamrandolph
approved these changes
Nov 8, 2021
Contributor
williamrandolph
left a comment
There was a problem hiding this comment.
Thanks for addressing my comments! This looks really good, from my dev's perspective.
Contributor
Author
|
@elasticmachine update branch |
Contributor
Author
|
Going to go ahead and merge this in. Thanks for the reviews, everyone! |
This was referenced Nov 15, 2021
jrodewig
added a commit
that referenced
this pull request
Nov 15, 2021
Makes several changes to consolidate snapshot and backup-related docs. Highlights: * Adds info about supported ESS snapshot repository types * Adds docs for Kibana's Snapshot and Restore feature * Combines tutorial pages related to taking and managing snapshots * Consolidates explanations of the snapshot process * Incorporates SLM into the snapshot tutorial * Removes duplicate "back up a cluster" pages
jrodewig
added a commit
that referenced
this pull request
Nov 15, 2021
Makes several changes to consolidate snapshot and backup-related docs. Highlights: * Adds info about supported ESS snapshot repository types * Adds docs for Kibana's Snapshot and Restore feature * Combines tutorial pages related to taking and managing snapshots * Consolidates explanations of the snapshot process * Incorporates SLM into the snapshot tutorial * Removes duplicate "back up a cluster" pages
jrodewig
added a commit
to elastic/kibana
that referenced
this pull request
Nov 16, 2021
With elastic/elasticsearch#79081, we now cover Kibana's **Snapshot and Restore** feature in the Elasticsearch docs. This removes and redirects the related docs from Kibana. It also updates some references to the `.kibana` system indices to include the `kibana` feature state. The `kibana` feature state is now the preferred way to back up and restore system indices and other configuration data for Kibana. Relates to elastic/elasticsearch#79675
jrodewig
added a commit
to elastic/stack-docs
that referenced
this pull request
Nov 16, 2021
jrodewig
added a commit
to elastic/kibana
that referenced
this pull request
Nov 16, 2021
With elastic/elasticsearch#79081, we now cover Kibana's **Snapshot and Restore** feature in the Elasticsearch docs. This removes and redirects the related docs from Kibana. It also updates some references to the `.kibana` system indices to include the `kibana` feature state. The `kibana` feature state is now the preferred way to back up and restore system indices and other configuration data for Kibana. Relates to elastic/elasticsearch#79675
jrodewig
added a commit
to elastic/kibana
that referenced
this pull request
Nov 17, 2021
With elastic/elasticsearch#79081, we now cover Kibana's **Snapshot and Restore** feature in the Elasticsearch docs. This removes and redirects the related docs from Kibana. It also updates some references to the `.kibana` system indices to include the `kibana` feature state. The `kibana` feature state is now the preferred way to back up and restore system indices and other configuration data for Kibana. Relates to elastic/elasticsearch#79675 # Conflicts: # docs/setup/upgrade.asciidoc # docs/template.asciidoc
jrodewig
added a commit
to elastic/stack-docs
that referenced
this pull request
Nov 29, 2021
Updates the glossary xref for elastic/elasticsearch#79081
dmlemeshko
pushed a commit
to elastic/kibana
that referenced
this pull request
Nov 29, 2021
With elastic/elasticsearch#79081, we now cover Kibana's **Snapshot and Restore** feature in the Elasticsearch docs. This removes and redirects the related docs from Kibana. It also updates some references to the `.kibana` system indices to include the `kibana` feature state. The `kibana` feature state is now the preferred way to back up and restore system indices and other configuration data for Kibana. Relates to elastic/elasticsearch#79675
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes several changes to consolidate snapshot and backup-related docs.
Highlights:
Previews