forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Plugin Resources
Spencer edited this page Feb 19, 2016
·
14 revisions
Here are some resources that will be helpful for getting started with plugin development
- Tim Roes' excellent blog series: Writing Kibana 4 Plugins
- contributing.md
- simple boilerplate [zip] [repo]
- plugin generator npm repo
-
Plugin options: what options does the
kibana.Plugin
class accept? - UiExport Types
- TemplateVisType Boilerplate