IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Embeddables plugin
editEmbeddables plugin
editEmbeddables are re-usable widgets that can be rendered on dashboard, but also in other apps. Developers can embed them directly in their plugin. End users can dynamically add them to embeddable containers.
Embeddable containers
editContainers are a special type of embeddable that can contain nested embeddables. Embeddables can be dynamically added to embeddable containers. Currently only dashboard uses this interface.
Examples
editMultiple embeddable examples are implemented and registered here. They can be played around with and explored in the Embeddable Explorer example plugin. Just run kibana with
yarn start --run-examples
and navigate to the Embeddable explorer app.
There is also an example of rendering dashboard container outside of dashboard app here.