How to add custom Kibana Plugin App as Visualization Plugin in a Dashboard

Hi all,

I developed a custom Kibana Plugin App. It's a React App which is visualizing data queried from an Elasticsearch index in its React components. It also has buttons in it, e.g. for filtering and updating data.

Now I am researching how to implement my custom Kibana plugin app as "Kibana Visualization Plugin" so that I can add this visualization from my plugin app to any dashboard in Kibana.

I couldn't find any information in the Kibana documentation so far how to realize this.

Can someone please help me and send the link to the documentation with the manual?

I just want simply add my Kibana App as dashboard integratable Visualization Plugin without any options or data context connection (Data for the plugin App came from queries done with the Elasticsearch API in the server of the plugin).

Hello,

These are our plugin docs - Kibana plugins | Kibana Guide [8.2] | Elastic

Thanks,
Bhavya

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.