All Projects → outbrain → ob-kb-percent

outbrain / ob-kb-percent

Licence: other
Kibana Percent Metric Visualization

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ob-kb-percent

icingabeat
Elastic Beat fetching events & status from Icinga 2
Stars: ✭ 36 (+100%)
Mutual labels:  kibana
zeek2es
A Python application to filter and transfer Zeek logs to Elastic/OpenSearch. This app can also output pure JSON logs to stdout for further processing!
Stars: ✭ 16 (-11.11%)
Mutual labels:  kibana
bcoin-es
Bitcoin with Elasticsearch and Kibana analytics
Stars: ✭ 27 (+50%)
Mutual labels:  kibana
logCollect
日志收集解决方案,动态管理、轻量级日志收集客户端
Stars: ✭ 24 (+33.33%)
Mutual labels:  kibana
microservice-elk
Creating microservice using Spring Boot, Eureka, Zuul, Sleuth, Zipkin and ELK Stack
Stars: ✭ 19 (+5.56%)
Mutual labels:  kibana
ax
A CLI tool to query structured logs, including Kibana, Cloudwatch, Stackdriver, Docker and plain JSON file logs.
Stars: ✭ 51 (+183.33%)
Mutual labels:  kibana
seahorse
ELKFH - Elastic, Logstash, Kibana, Filebeat and Honeypot (HTTP, HTTPS, SSH, RDP, VNC, Redis, MySQL, MONGO, SMB, LDAP)
Stars: ✭ 31 (+72.22%)
Mutual labels:  kibana
kibana graph
Interactive Network Graph Visualization For Kibana (unmaintained)
Stars: ✭ 38 (+111.11%)
Mutual labels:  kibana
fluentd-elastic-kibana
Working inital configuration for fluentd elastic and kibana
Stars: ✭ 40 (+122.22%)
Mutual labels:  kibana
malice-kibana-plugin
Malice Kibana Plugin
Stars: ✭ 21 (+16.67%)
Mutual labels:  kibana
TIL
Today I Learned
Stars: ✭ 43 (+138.89%)
Mutual labels:  kibana
WAZUH-OSSEC
WAZUH - The Open Source Security Platform Installation
Stars: ✭ 79 (+338.89%)
Mutual labels:  kibana
ElsQuery
Vue Elastic Search Query Builder
Stars: ✭ 27 (+50%)
Mutual labels:  kibana
elk-stack
ELK Stack (Elasticsearch, Logstash & Kibana)
Stars: ✭ 13 (-27.78%)
Mutual labels:  kibana
docker-elk
ELK Stack on Docker
Stars: ✭ 43 (+138.89%)
Mutual labels:  kibana
django-traffic
Django middleware that helps visualize your app's traffic in Kibana
Stars: ✭ 57 (+216.67%)
Mutual labels:  kibana
tsharkVM
tshark + ELK analytics virtual machine
Stars: ✭ 51 (+183.33%)
Mutual labels:  kibana
pandora
Small box of pandora to prototype your app with ready for use backend. This is just my compilation of different solutions occasionally applied in hackathons and challenges
Stars: ✭ 26 (+44.44%)
Mutual labels:  kibana
backends
monorepo for republik, publikator and assets backends based on NodeJS providing the GraphQL API used to power republik.ch.
Stars: ✭ 40 (+122.22%)
Mutual labels:  kibana
mathlion
Mathlion is an advanced math plugin for Kibana's Timelion
Stars: ✭ 77 (+327.78%)
Mutual labels:  kibana

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].