We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A lot of the saved object types maintained by the Kibana app team are still defined in the legacy platform. These should be migrated to the new core api https://github.com/elastic/kibana/blob/master/docs/development/core/server/kibana-plugin-core-server.savedobjectsservicesetup.registertype.md
Definitions to migrate (always lists saved object type, current location and target plugin):
dashboard
src/legacy/core_plugins/kibana/mappings.json
src/legacy/core_plugins/kibana/migrations/migrations.js
url
share
kql-telemetry
data
sample-data-telemetry
home
graph-workspace
x-pack/legacy/plugins/graph/mappings.json
x-pack/legacy/plugins/graph/migrations.js
lens
The text was updated successfully, but these errors were encountered:
Pinging @elastic/kibana-app (Team:KibanaApp)
Sorry, something went wrong.
all done and therefore closed
No branches or pull requests
A lot of the saved object types maintained by the Kibana app team are still defined in the legacy platform. These should be migrated to the new core api https://github.com/elastic/kibana/blob/master/docs/development/core/server/kibana-plugin-core-server.savedobjectsservicesetup.registertype.md
Definitions to migrate (always lists saved object type, current location and target plugin):
dashboard
(src/legacy/core_plugins/kibana/mappings.json
/src/legacy/core_plugins/kibana/migrations/migrations.js
) 👉dashboard
[NP] Migrate saved object mappings and migration scripts for Dashboard #63864url
(currently insrc/legacy/core_plugins/kibana/mappings.json
) 👉share
Migrate url saved object type url registration kibana platform #64043kql-telemetry
(currently insrc/legacy/core_plugins/kibana/mappings.json
) 👉data
Migrate kql_telemetry saved object registration to Kibana platform #64149sample-data-telemetry
(currently insrc/legacy/core_plugins/kibana/mappings.json
) 👉home
PR Migrate sample-data-telemetry saved object registration to Kibana platform #63965graph-workspace
(currently inx-pack/legacy/plugins/graph/mappings.json
/x-pack/legacy/plugins/graph/migrations.js
) 👉Migrate graph_workspace saved object registration to Kibana platform #64157lens
Move Lens saved object setup to Kibana platform #61157The text was updated successfully, but these errors were encountered: