Core plugins support (server side) #18840
Labels
enhancement
New value added to drive a business result
Feature:New Platform
Meta
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
The server-side plugin service will handle loading plugin details from the static manifest (kibana.json), sorting the plugins based on their dependency graphs, initializing the various server-side plugins, and wiring their lifecycle into the lifecycle of the plugin service itself (start/stop). It'll also configure the HTTP service so that client-side plugin bundles can be served to the browser and ensure the ordered array of plugin names is passed to the browser.
details are probably going to change here
Plugins in the new platform will be different from "legacy" plugins in many ways. The first of those ways is that they define static metadata in a
kibana.json
file within a directory:foo/kibana.json (comments allowed)
Note: The browser-side plugin is support is going to be handled separately in #18874.
Blocked by:
@kbn/config-schema
package (PR, merged)src/core_plugins
tosrc/legacy/core_plugins
. (PR, merged)The text was updated successfully, but these errors were encountered: