-
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
Migrate sample data installer off of the saved objects APIs #200781
Comments
Pinging @elastic/kibana-core (Team:Core) |
Initial audit:
|
As far as I can tell the only usage is https://github.com/elastic/kibana/blob/main/src/plugins/home/public/application/components/home_app.js#L64 This could probably be ported to use the import saved objects API |
Pinging @elastic/appex-sharedux (Team:SharedUX) |
@TinaHeiligers, @rudolf thanks for taking a look. We will look into this, but I wonder if this is needed for 9.0 and should be tracked together with other 9.0 blocking items? |
We are no longer removing saved object APIs from 9.0 and so this is more general cleanup work than a 9.0 blocker. |
Related to #149287
Installing sample data uses the Saved Objects APIs.
We need to audit the implementation and migrate off of deprecated APIs before they are removed.
Migration options:
The text was updated successfully, but these errors were encountered: