michimau / ob-kb-percent

Kibana Percent Metric Visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kibana Percent Metric Visualization

Kibana Visualization plugin for displaying a single ratio (percent) metric. Customize the numerator and denominator of the calculation. Developed for kibana 4. Based on Tim Roes's awesome blog + examples.

Example

example image

Installation

Via Kibana CLI

kibana plugin -i ob-kb-percent -u https://github.com/outbrain/ob-kb-percent/archive/master.zip

Via Chef

git '/opt/kibana/installedPlugins/ob-kb-percent' do
  repository 'https://github.com/outbrain/ob-kb-percent.git'
  revision 'master'
end

Usage

Once installed, you'll see an additional type of visualization, named "Percent View" By default, no aggregations are added. Total hits are used for numerator and denominator, so the result is "Percent : 100.000%".

To calculate a ratio (for example, error rate, Click Through Rate on a website, or any other ratio), first add an aggregation and then select the Numerator and Denominator in the Options tab.

About

Kibana Percent Metric Visualization


Languages

Language:JavaScript 51.9%Language:HTML 40.4%Language:CSS 7.7%