bejoechen / kibana_ext_metrics_vis

This is a plugin for Kibana 5.0.0+. It is based on the core Metric-Plugin but gives you the ability to output custom aggregates on metric-results by using custom formula and/or JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kibana Extended Metric Plugin

This is a plugin for Kibana 5.x and Kibana 7.x. It is based on the core Metric-Plugin but gives you the ability to output custom aggregates on metric-results by using custom formula and/or JavaScript.

Kibana 5 demo
image

Installation

Only works for some Kibana-versions (sorry, I don't have the time to release a new version for every update, but you can choose the closest version and simply adjust the version-number in the package.json))

5.0.0

$ ./bin/kibana-plugin install https://github.com/ommsolutions/kibana_ext_metrics_vis/releases/download/0.1.0/extended_metric_vis.zip

5.5.0

$ ./bin/kibana-plugin install https://github.com/ommsolutions/kibana_ext_metrics_vis/releases/download/5.5.0/kibana_ext_metrics_vis_5.5.0.zip

5.5.2

$ ./bin/kibana-plugin install https://github.com/ommsolutions/kibana_ext_metrics_vis/releases/download/5.5.2/kibana_ext_metrics_vis_5.5.2.zip

5.6.5

$ ./bin/kibana-plugin install https://github.com/ommsolutions/kibana_ext_metrics_vis/releases/download/5.6.5/kibana_ext_metrics_vis_5.6.5.zip

7.4.2

$ ./bin/kibana-plugin install https://github.com/ommsolutions/kibana_ext_metrics_vis/releases/download/7.4.2/kibana_ext_metrics_vis_7.4.2.zip

Manual

(for other versions: e.g. 5.1.0)

Extract the ZIP into a new folder in your kibana/plugins-directory.

Uninstall

Simply delete that folder or use ./bin/kibana-plugin install and restart kibana.

Development

  1. Clone or fork the Kibana repository
  2. Clone this repo inside the default place for Kibana plugins kibana/plugins/* and run the Kibana-specific commands to setup the project (e.g. yarn kbn bootstrap)

About

This is a plugin for Kibana 5.0.0+. It is based on the core Metric-Plugin but gives you the ability to output custom aggregates on metric-results by using custom formula and/or JavaScript.

License:Apache License 2.0


Languages

Language:TypeScript 39.1%Language:JavaScript 34.2%Language:HTML 26.2%Language:CSS 0.4%