kibana/x-pack/examples/embedded_lens_example
Kibana Machine 297a85f97c
[Lens] Open lens in new tab via state transfer (#96723) (#97245)
Co-authored-by: Shahzad <shahzad.muhammad@elastic.co>
2021-04-15 15:05:54 +00:00
..
public [Lens] Open lens in new tab via state transfer (#96723) (#97245) 2021-04-15 15:05:54 +00:00
.eslintrc.json
kibana.json
package.json [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
README.md
tsconfig.json Merge tsconfig and x-pack/tsconfig files (#94519) (#94703) 2021-03-16 12:33:47 -04:00

Embedded Lens examples

To run this example plugin, use the command yarn start --run-examples.

This example shows how to embed Lens into other applications. Using the EmbeddableComponent of the lens start plugin, you can pass in a valid Lens configuration which will get rendered the same way Lens dashboard panels work. Updating the configuration will reload the embedded visualization.

It is possible to use the same configuration and the navigateToPrefilledEditor method to navigate the current user to a prefilled Lens editor so they can manipulate the configuration on their own and even save the results to a dashboard. Make sure to always check permissions using canUseEditor whether the current user has permissions to access Lens.