Skip to content

Kibana visualization for displaying funnels

License

Notifications You must be signed in to change notification settings

gnehcnij/ob-kb-funnel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kibana Funnel Visualization

example image

Kibana Visualization plugin for displaying a funnel.
Based on D3 Funnel lib - https://github.com/jakezatecky/d3-funnel

version

Kibana version v7.4.0

Installation

Run node ./scripts/kibana_plugin.js install https://github.com/outbrain/ob-kb-funnel/releases/download/v7.4.0/ob-kb-funnel-7.4.0.zip

Usage

Once installed, you'll see an additional type of visualization, named "Funnel View". The funnel can be constructed from two types of aggregations: 'By Buckets' and 'By Metrics'

  • 'By Buckets' - Every slice in the funnel is a bucket. You should define 1 metric and 1 bucket Aggregation. example image

  • 'By Metrics' - Every slice in the funnel is a different metric. You should define several metrics, without bucket aggregations. example image

Advanced D3-funnel options can be set in the Options tab, along with other funnel options.

About

Kibana visualization for displaying funnels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.0%
  • TypeScript 35.3%
  • CSS 1.7%