Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 828 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 828 Bytes

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