andershammar1 / kibana_shard_allocation

Elasticsearch Shards Allocation visualization as a kibana plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elasticsearch Shards Allocation Visualization

A kibana plugin adding app that visualize elasticsearch shard allocation

image

Compatibility

This plugin support kibana 5.0.x - 5.2.0.

Installation

Kibana 5.2.0:

bin/kibana-plugin install https://github.com/asileon/kibana_shard_allocation/releases/download/v5.2.0/release.zip

Other kibana versions:

check releases for the required version. if the required version is missing, try the following:

  • extract the source code into a new folder named kibana_shard_allocation in your kibana/plugins folder
  • edit package.json file and set version field to your kibana version

Uninstall

Kibana 5.x:

bin/kibana-plugin remove kibana_shard_allocation

About

Elasticsearch Shards Allocation visualization as a kibana plugin


Languages

Language:JavaScript 42.0%Language:HTML 39.9%Language:CSS 18.1%