Creating custom kibana plugin

Hi !

I need to create custom Kibana plugin in Vidualization for ver 5.0.0 alpha 4.

In order to code , I would like to read if any tutorials exist.
Is there a recommended tutorial that you could read to understand how things work for custom plugin?

Thanks,
Yu Watanabe

The easiest way to get started with Kibana Plugin development would be to use our Yeoman generator located here: https://github.com/elastic/generator-kibana-plugin

Also here are some good tutorials for Kibana 4 (most of it is still really valid for Kibana 5)



Also feel free to post new topic here (KIbana Discuss) or if you want to chat with Kibana developers in realtime they are often found in the #kibana IRC Channel on Freenode.

2 Likes

@simianhacker

Thank you for the link I will read through it and get started with the development!