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

Kibana app: Migrate ui capabilities #61937

Closed
flash1293 opened this issue Mar 31, 2020 · 1 comment · Fixed by #64185
Closed

Kibana app: Migrate ui capabilities #61937

flash1293 opened this issue Mar 31, 2020 · 1 comment · Fixed by #64185
Assignees
Labels
Feature:NP Migration Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@flash1293
Copy link
Contributor

Ui capabilities which are currently defined in legacy plugins have to be migrated to the new platform by using the core.capabilities API in the setup phase on the server:

core.capabilities.registerProvider(capabilitiesProvider);

export const capabilitiesProvider = () => ({

There are currently capabilities defined in src/legacy/core_plugins/kibana/index.js. They should be split up and moved into their respective owner plugins (discover definitions into discover plugin and so on). catalogue should be moved into the home plugin.

@flash1293 flash1293 added Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:NP Migration labels Mar 31, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:NP Migration Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants