-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[data view management] Make data views sharable #123991
Conversation
Pinging @elastic/kibana-app-services (Team:AppServicesSv) |
getting input from @mdefazio |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
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.
The file changes in /infra
seem accidental, I'll approve but feel free to revert those :)
I've updated the delete modal with the correct text. Further UX refinements will come in additional PRs. |
💚 Build SucceededMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
History
To update your PR or re-run it, just comment with: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Make data views sharable
Summary
This PR implements sharing data views across spaces. This involves changing the saved object definition so its sharable - a simple configuration change that has a few small downstream affects, and providing a ui in data view management to set the available spaces for a given data view.
The update data view list, showing space assignment. Clicking on spaces opens the editor -
Editing the space assignment
Release notes
Data views can now be shared across spaces via data view management.