Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 974 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 974 Bytes

kibana-plugins

Various Kibana Custom Plugins

Please see README inside plugin folders for more details.

Manual Installation (Kibana 4)

git clone https://github.com/Prazzy/kibana-plugins
cd kibana-plugins/kbn_leaflet
npm install
npm run build
cp -R build/kbn_leaflet KIBANA_FOLDER_PATH/installedPlugins/

Screenshots

Highcharts Pie: (https://github.com/Prazzy/kbn-plugins/tree/master/kbn_highcharts_pie) pie-screenshot

Leaflet Marker Cluster: (https://github.com/Prazzy/kbn-plugins/tree/master/kbn_leaflet) leaflet-screenshot

Autocomplete: (https://github.com/Prazzy/kbn-plugins/tree/master/kbn_autocomplete) leaflet-screenshot

Highcharts Heatmap (https://github.com/Prazzy/kbn-plugins/tree/master/kbn_highcharts_hm) screenshot