Custom embeddable plugin - How to add to dashboard

Hi all,

So i just completed my embeddable plugin and it is currently showing up in the main side menu at the bottom. How do i add it to my dashboard?

Thanks in advance for your reply

Added kibana-plugin-development

Hi @OAJ,

Are you following the hello world example plugin? I've not done much plugin development, but digging into my locally running instance, if you've registered the plugin it should be available as far as I can tell:

1 Like

Embeddable documentation can be found at embeddable/README.md.

register_add_search_panel_action.tsx documents how to add an embeddable to dashboard's "Add panel" menu.

1 Like