UI Plugin development - Kibana using React js

Hi. I am trying to develop a plugin for Kibana (version 7.0.1) with elasticsearch (version 7.3.1). I need to develop a tool that can be embedded into Kibana as a tool. Can anyone suggest a way of doing this from scratch. Any referral links or solved blogs for this.

Thanks in advance!

@Deepthi_Khader Check out our docs for Kibana plugin development here: https://www.elastic.co/guide/en/kibana/7.0/development-plugin-resources.html. We provide a script that helps you generate a boilerplate plugin to get started.

You can also look through the source code of the built-in plugins shipped with Kibana here: https://github.com/elastic/kibana/tree/v7.0.1/x-pack/plugins or the source code for known plugins here: https://www.elastic.co/guide/en/kibana/7.0/known-plugins.html.

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