All Projects → amannocci → kibana-plugin-metric-percent

amannocci / kibana-plugin-metric-percent

Licence: other
Plugin for Kibana Version 4.6 or 5.x.x or 6.x.x

Programming Languages

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

Projects that are alternatives of or similar to kibana-plugin-metric-percent

Wazuh Kibana App
Wazuh - Kibana plugin
Stars: ✭ 212 (+583.87%)
Mutual labels:  kibana
cleaner
An awesome Kibana plugin for setting elasticsearch index ttl
Stars: ✭ 16 (-48.39%)
Mutual labels:  kibana
search-guard-module-kibana-multitenancy
[OUTDATED] Provide multitenancy and other features for kibana
Stars: ✭ 15 (-51.61%)
Mutual labels:  kibana
Webporter
基于 webmagic 的 Java 爬虫应用
Stars: ✭ 2,598 (+8280.65%)
Mutual labels:  kibana
tutorials
Tutorials
Stars: ✭ 80 (+158.06%)
Mutual labels:  kibana
kibana notification center
This plugin helps you to use kibana's notifications more usefully.
Stars: ✭ 33 (+6.45%)
Mutual labels:  kibana
Docker Elastic
Deploy Elastic stack in a Docker Swarm cluster. Ship application logs and metrics using beats & GELF plugin to Elasticsearch
Stars: ✭ 202 (+551.61%)
Mutual labels:  kibana
jmx-monitoring-stacks
No description or website provided.
Stars: ✭ 170 (+448.39%)
Mutual labels:  kibana
kbn radar
Radar visualization for Kibana
Stars: ✭ 35 (+12.9%)
Mutual labels:  kibana
docker grafana statsd elk
Docker repo for a general purpose graphing and logging container - includes graphite+carbon, grafana, statsd, elasticsearch, kibana, nginx, logstash indexer (currently using redis as an intermediary)
Stars: ✭ 19 (-38.71%)
Mutual labels:  kibana
Pallas
Curator is to Zookeeper what Pallas is to Elasticsearch
Stars: ✭ 230 (+641.94%)
Mutual labels:  kibana
elastic-stack-testing
Elastic Stack Testing Framework (ESTF) 🤖
Stars: ✭ 47 (+51.61%)
Mutual labels:  kibana
osint-combiner
Combining OSINT sources in Elastic Stack
Stars: ✭ 77 (+148.39%)
Mutual labels:  kibana
Kibana Enhanced Table
Kibana visualization like a Data Table, but with enhanced features like computed columns, filter bar, and “Split Cols” bucket
Stars: ✭ 225 (+625.81%)
Mutual labels:  kibana
efk-stack-helm
Helm chart to deploy a working logging solution using the ElasticSearch - Fluentd - Kibana stack on Kubernetes
Stars: ✭ 51 (+64.52%)
Mutual labels:  kibana
Microservice Scaffold
基于Spring Cloud(Greenwich.SR2)搭建的微服务脚手架(适用于在线系统),已集成注册中心(Nacos Config)、配置中心(Nacos Discovery)、认证授权(Oauth 2 + JWT)、日志处理(ELK + Kafka)、限流熔断(AliBaba Sentinel)、应用指标监控(Prometheus + Grafana)、调用链监控(Pinpoint)、以及Spring Boot Admin。
Stars: ✭ 211 (+580.65%)
Mutual labels:  kibana
EnterpriseApplicationLog
Enterprise Application Log with RabbitMQ, LogStash, ElasticSearch and Kibana
Stars: ✭ 88 (+183.87%)
Mutual labels:  kibana
kbn circles vis
Kibana 4.4.1 D3 Circles Packing Visualization
Stars: ✭ 30 (-3.23%)
Mutual labels:  kibana
odfe-monitor-cli
Manage your Alerting monitors
Stars: ✭ 35 (+12.9%)
Mutual labels:  kibana
rubban
Kibana Automatic Index Pattern Discovery and Other Elastic Stack Curating Tasks
Stars: ✭ 49 (+58.06%)
Mutual labels:  kibana

Percent visualization for Kibana

A percent visualization for Kibana, with builds available for both Kibana 4.6.x, Kibana 5.x.x and Kibana 6.x.x.

The visualization displays a percent number based on a global number and various values.

image

Compatibility

Different releases of the plugin are available to work with either Kibana 4 or Kibana 5 or Kibana 6.

All supported versions are properly tagged on this repository.

If this plugin isn't supported officially you can try to change the kibana version in package.json according to your needs.

Installation

For docker

You can test this plugin within a kibana docker container

#!/bin/bash
VERSION="6.4.2"
git clone https://github.com/amannocci/kibana-plugin-metric-percent plugins/kibana-plugin-metric-percent
docker run -it -d --net=host -e "ELASTICSEARCH_URL=http://localhost:9200" --name kibana-$VERSION -v $PWD/plugins:/usr/share/kibana/plugins docker.elastic.co/kibana/kibana:$VERSION

For others

A script is provided to install this plugin properly.

It will download the right version of this plugin based on kibana version and create a zip compatible with kibana plugin manager in current directory.

It will also try to install it if needed.

bash <(curl -Ss https://raw.githubusercontent.com/amannocci/kibana-plugin-metric-percent/master/scripts/setup-plugin.sh)

Usage

The first step in creating the visualization is to configure the metric that will be displayed.

Select the Elasticsearch aggregation to be used - count and unique count are currently available.

image

The next step is to configure some partitions.

You need to define a partition called _global which will be the base number.

Then you can define all others partitions with custom label.

image

Options

The options tab allows you to configure the font size and whether or not you want to display values behind percents.

image

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].