Kibana Plug-in Development

The current development environment

Kibana printed books: 7.2

elasticsearch Version: 7.2

Development environment installation can refer to: https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#setting-up-your-development-environment

yarn installation Address: https://yarnpkg.com/en/docs/install#windows-stable

(1) due to the development kibana plug-in. So after elasticsearch directly installed version, you can download directly install ( https://www.elastic.co/downloads/past-releases/elasticsearch-7-2-0 )

(2) from pulling git kibana source ( https://github.com/elastic/kibana ). 7.2 to switch to the branch. (Kibana ensure consistent and version elasticsearch, and at the same level directory, folder name for kibana kibana)

(3) kibana plug-official recommendation is to use react.js development. We also react.js. If for developing plug-ins still do not know how to get started. The official recommended a lot of plug-ins. We can download any plug-ins, and then modify to their needs.

https://www.elastic.co/guide/en/kibana/current/known-plugins.html

I downloaded this https://github.com/TrumanDu/indices_view

(4) The download plug into kibana \ plugins directory, double-click the bin elasticsearch directory under elasticsearch.bat to start elasticsearch. Then run the yarn start start the plug-in kibana \ plugins directory, then you see their plug-in has been integrated into kibana it.

 

 Plug-packed way: yarn build;

 Plug-in installed: kibana-plugin install file: ///****.zip

Actual or encounter some problems during the operation, if you encounter this problem, please feel free to leave a message.

 

Guess you like

Origin www.cnblogs.com/cby-love/p/11614691.html