-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
New objects API export without dependencies from the UI #22550
Comments
I can't recall if we intentionally didn't want this behavior. Correct me if I'm wrong, but I think the current export feature does not support exporting dependencies and I'm not sure if it did before. You can just export everything to ensure all dependencies are contained, but I don't think we have a working solution for exporting a single dashboard and ensuring all the dependent visualizations/saved searches/index patterns are auto exported as well |
Pretty sure this did work at some point. I know we intended for it to work in that fashion anyway. |
@chrisronline you are the current export doesn't include the dependencies, exporting everything doesn't really solve common customer problem where they want to export specific dashboard and tracking all the dependencies is difficult especially if they have a large number of dependencies. |
With Spaces this is even more important to have the dependencies since users will want to manage objects and move objects between the different Spaces using the UI, if it won't have the dependencies it will be much more difficult to manage spaces and the objects |
A UI for this would depend on #16831 |
Pinging @elastic/kibana-platform |
The new object API was planned to allow users to export the object with the dependencies from the UI, for example when exporting a dashboard it will export the dashboard with the visualizations, that is a popular request when trying to move dashboards between different Kibana instances. Currently, the saved object API supports it but the request is to be able to do it from the UI. In early PR of this feature, before it was merged it did work, and I was able to export the dashboard and have all the visualizations included, I'm not sure whether it's a regression or decision that was made.
@chrisronline do you remember this issue?
cc: @elastic/kibana-management @yaronp68
The text was updated successfully, but these errors were encountered: