Skip to content

Latest commit

 

History

History
executable file
·
20 lines (13 loc) · 677 Bytes

README.md

File metadata and controls

executable file
·
20 lines (13 loc) · 677 Bytes

helloWorld

A Kibana plugin made to practice creating plugins in Kibana. It shows an app with two pages in two different routes, one saying Hello and one saying Goodbye


Development

See the kibana contributing guide for instructions setting up your development environment.

Scripts

yarn kbn bootstrap
Execute this to install node_modules and setup the dependencies in your plugin and in Kibana
yarn plugin-helpers build
Execute this to create a distributable version of this plugin that can be installed in Kibana