Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outbrain-inc/ob-kb-funnel
Kibana visualization for displaying funnels
https://github.com/outbrain-inc/ob-kb-funnel
Last synced: 1 day ago
JSON representation
Kibana visualization for displaying funnels
- Host: GitHub
- URL: https://github.com/outbrain-inc/ob-kb-funnel
- Owner: outbrain-inc
- License: mit
- Created: 2016-12-11T14:48:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T12:19:52.000Z (over 1 year ago)
- Last Synced: 2024-11-12T17:02:33.572Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 7.9 MB
- Stars: 71
- Watchers: 19
- Forks: 34
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kibana Funnel Visualization
![example image](https://raw.githubusercontent.com/outbrain/ob-kb-funnel/master/docs/image1.png)
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](https://raw.githubusercontent.com/outbrain/ob-kb-funnel/master/docs/funnel-buckets.png)* 'By Metrics' - Every slice in the funnel is a different metric. You should define several metrics, without bucket aggregations.
![example image](https://raw.githubusercontent.com/outbrain/ob-kb-funnel/master/docs/funnel-metrics.png)Advanced D3-funnel options can be set in the Options tab, along with other funnel options.