Restructure dashboard sharing page to include export and embed info#5592
Draft
florent-leborgne wants to merge 1 commit intomainfrom
Draft
Restructure dashboard sharing page to include export and embed info#5592florent-leborgne wants to merge 1 commit intomainfrom
florent-leborgne wants to merge 1 commit intomainfrom
Conversation
Closes #5590 Users looking for export (PDF/PNG) and embed instructions on the dashboard sharing page couldn't find them. Restructures the page into clear sections covering permissions, link sharing, embedding, PDF/PNG export, CSV download, and NDJSON export — with correct serverless availability markers. Made-with: Cursor
Contributor
Vale Linting ResultsSummary: 2 suggestions found 💡 Suggestions (2)
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. |
Contributor
🔍 Preview links for changed docs |
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.
Closes #5590
Summary
The Share dashboards page only covered link sharing and NDJSON export. Users couldn't find information about PDF/PNG export, embedding, or CSV download — all of which existed only on the general Reporting and sharing page without clear cross-referencing.
Changes
explore-analyze/dashboards/sharing.md(main change):applies_toavailability markers (serverless unavailable for embed, PDF, PNG)navigation_title, updateddescriptionexplore-analyze/report-and-share.md:explore-analyze/dashboards.md:Verified against the Kibana codebase
All UI labels, options, and behavior were verified against the Kibana source:
share_tabs.tsx)show_share_modal.tsxand_dashboard_app_strings.ts)pdf_export_config.tsx,share_options_utils.ts)csv_download_provider.tsx)share_menu_registry.ts, PDF/PNG disabled by default inconfig_schema.tsTest plan
applies_tomarkers render correctly for serverless vs stackMade with Cursor