Git Product home page Git Product logo

kibana_health_metric_vis's Introduction

kibana_health_metric_vis

A kibana plugin to change color of metric depending to the planned state of health

This plugin is inspired by the plugin health_metric_vis

demo

Quick Start

You can install this plugin in Kibana 5.x.x by doing the following instructions:

Simple installation

For kibana 5:

$KIBANA_HOME/bin/kibana-plugin install https://github.com/clamarque/kibana_health_metric_vis/releases/download/v5.4/kibana_health_metric_vis-5.4.0.zip

Note: You can also look in releases for another version than this one!

For kibana 4:

$KIBANA_HOME/bin/kibana plugin --install health-metric-vis -u https://github.com/clamarque/kibana_health_metric_vis/releases/download/v4.2/kibana_health_metric_vis-4.2.zip

Offline

For kibana 5:

  • Download the plugin here
  • $KIBANA_HOME/bin/kibana-plugin install file:///$HOME_DIRECTORY/kibana_health_metric_vis-5.4.0.zip

Note: You can also look in releases for another version than this one!

For kibana 4:

  • Download the plugin here
  • $KIBANA_HOME/bin/kibana plugin --install health-metric-vis -u file:///$HOME_DIRECTORY/kibana_health_metric_vis-4.2.zip

You can find the command for Windows here

Warning: If you download or clone the directory directly, the installation will not work. In fact since kibana 5, it is necessary to put all the files under a folder empty called kibana (This does not apply to version 4).

How to use

Click on the button 'Visualize' and create a new visualization to select 'Health Metric'

In options, you can change the colors you want with hexadecimal color code (#FFFFFF) or by the color name (white). If you change the color indicating the name of the color, the color indicator will not update and display the black color by default.

You can also specify a maximum threshold (critical) that is not exceeded but also an alert threshold (warning). The color will be modified according to the state of health of the metric.

See more details, the conception of plugin

Update

If the version doesn't match yours, you can send me a pull request with the latest version. For that, you need to modify the package.json with your version. I will create a new release with it.

Others plugins

You can see others plugins listed by Elastic here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.