-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[DOCS] Overhaul snapshot and restore docs #79081
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
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-distributed (Team:Distributed) |
=== Clean up a repository | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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
* [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
* [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
@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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing my comments! This looks really good, from my dev's perspective.
@elasticmachine update branch |
Going to go ahead and merge this in. Thanks for the reviews, everyone! |
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
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
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
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
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
Updates the glossary xref for elastic/elasticsearch#79081
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
Makes several changes to consolidate snapshot and backup-related docs.
Highlights:
Previews