Kibana Plugin Step by Step

Hi Team,

We are exploring how to create Kibana plugins from scratch , we need one button visulazation and on click on the button , one new pop up window should come.

Thanks for assists in advance.

Hi Jeeva,

I'd recommend starting by looking at our contributor guide, particularly the section about configuring your development environment: https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#setting-up-your-development-environment

After you get Kibana up and running, you can run node ./scripts/generate_plugin.js awesome-plugin to generate the required boilerplate for a new plugin.

Hope it helps
Thanks
Rashmi

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