Skip to content

Latest commit

 

History

History
executable file
·
22 lines (14 loc) · 700 Bytes

File metadata and controls

executable file
·
22 lines (14 loc) · 700 Bytes

slos

A Kibana plugin


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
yarn plugin-helpers dev --watch
Execute this to build your plugin ui browser side so Kibana could pick up when started in development