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
As part of our new platform migration , we need to implement the core shim.
See here: https://github.com/elastic/kibana/blob/master/src/core/MIGRATION.md#introduce-new-plugin-definition-shim
AC:
See here for more details on how this was done in APM: #34531
Notes:
Here is a list of server-side dependencies we rely on that need to be added to the shim so that we can become fully NP-compatible.
server.plugins.xpack_main.registerFeature()
server.plugins.spaces.getSpaceId()
The text was updated successfully, but these errors were encountered:
Pinging @elastic/infra-logs-ui
Sorry, something went wrong.
jasonrhodes
Successfully merging a pull request may close this issue.
As part of our new platform migration , we need to implement the core shim.
See here: https://github.com/elastic/kibana/blob/master/src/core/MIGRATION.md#introduce-new-plugin-definition-shim
AC:
See here for more details on how this was done in APM: #34531
Notes:
Here is a list of server-side dependencies we rely on that need to be added to the shim so that we can become fully NP-compatible.
server.plugins.xpack_main.registerFeature()
server.plugins.spaces.getSpaceId()
The text was updated successfully, but these errors were encountered: