Skip to content
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

Exportable soft-links Kibana Dashboards #173046

Closed
Tracked by #154667
gbocchini opened this issue Dec 11, 2023 · 2 comments
Closed
Tracked by #154667

Exportable soft-links Kibana Dashboards #173046

gbocchini opened this issue Dec 11, 2023 · 2 comments
Labels
Feature:Dashboard Dashboard related features Project:Dashboard Navigation Related to the Dashboard Navigation Project Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@gbocchini
Copy link

Describe the feature:
Currently, Kibana Dashboards have 2 kind links:

Hard links are links that are tracked as references to other Kibana content. When you export a saved object, any content linked via a hard link is considered a related object and is exported alongside, additionally if new IDs are generated, the links are updated to point to the new IDs. Hard links include dashboard-to-dashboard drilldowns, and the new Links panel.

Soft links are text-based links, and could link to anything, not necessarily a piece of Kibana content. Soft links are not exported or updated. URL drilldowns, and links in markdown panels are both soft links.

This feature would include soft-links in exported visualizations.

Describe a specific use case for the feature:
When exporting visualizations from one Dashboard to another, it would be great to keep all references, hard and soft-links.

A verification of the validity of these links could also be included.

@gbocchini gbocchini added Feature:Dashboard Dashboard related features Project:Dashboard Navigation Related to the Dashboard Navigation Project labels Dec 11, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Dec 11, 2023
@jsanz jsanz added the Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas label Dec 12, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-presentation (Team:Presentation)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Dec 12, 2023
@ThomThomson
Copy link
Contributor

@gbocchini unfortunately, this change is unlikely to be made. Hard links were built specifically for the exporting use-case.

Making soft links work properly for exports would require adding logic to parse all text looking for links, determining when those links are related to a Kibana URL, then adding references for them on every save. This is untenable. The workaround is to use systems that make use of hard links instead.

@ThomThomson ThomThomson closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Dashboard Dashboard related features Project:Dashboard Navigation Related to the Dashboard Navigation Project Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

No branches or pull requests

4 participants