docs: document default snapshot repository in Kibana (#6683)#6713
Draft
florent-leborgne wants to merge 1 commit into
Draft
docs: document default snapshot repository in Kibana (#6683)#6713florent-leborgne wants to merge 1 commit into
florent-leborgne wants to merge 1 commit into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
Contributor
🔍 Preview links for changed docs |
Contributor
✅ Vale Linting ResultsNo issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
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.
Summary
This PR addresses #6683 with the following changes:
deploy-manage/tools/snapshot-and-restore/_snippets/default-snapshot-repository.md(new): shared snippet that explains the default snapshot repository, how to set or change it from the Repositories list and from the add/edit forms, the Default badge, the constraints (cannot be removed, read-only and URL repositories cannot be default), and the privilege required to use the set-as-default controls.deploy-manage/tools/snapshot-and-restore/self-managed.md: adds aSet the default snapshot repositorysubsection that includes the shared snippet, scoped tostack: ga 9.5.deploy-manage/tools/snapshot-and-restore/elastic-cloud-hosted.md: adds the sameSet the default snapshot repositorysubsection, scoped tostack: ga 9.5.deploy-manage/tools/snapshot-and-restore/_snippets/restore-snapshot-common-prerequisites.md: adds acluster:admin/settings/updatebullet to the cluster privileges list, scoped tostack: ga 9.5, so readers onself-managed.md,elastic-cloud-hosted.md, andrestore-snapshot.mdsee the prerequisite upfront.Scope notes
The issue mentioned serverless availability, but
xpack.snapshot_restore.enabledis set tofalseinconfig/serverless.yml— the Snapshot and Restore Kibana UI is not exposed in serverless, so the new content is scoped to stack 9.5+ only.The Kibana UI behavior described here applies to all stack deployment types where Snapshot and Restore is available (self-managed, {{ech}}, {{ece}}, {{eck}}). Only
self-managed.mdandelastic-cloud-hosted.mdcurrently document this Kibana workflow, so those are the only pages updated. ECE and ECK platform-level repository management is unchanged and is documented elsewhere.Resolves
Closes #6683
Pending links
deploy-manage/tools/snapshot-and-restore/_snippets/default-snapshot-repository.md— closing paragraph: linkrepositories.default_repositoryto its reference page once a public settings page documents this cluster setting (none exists in the docs corpus today).