kabej / 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 6.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.

image

Installation

(only works for some Kibana 5.x-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))

6.1.1

$ ./bin/kibana-plugin install https://github.com/ouyuwo/kibana_ext_metrics_vis/releases/download/6.1.1/kibana_ext_metrics_vis-6.1.1.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 and restart kibana.

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:JavaScript 49.5%Language:HTML 43.9%Language:CSS 6.6%