A plugin to render Elasticsearch topology

The plugin I propose to create in this chapter will provide a way to get a better understanding of the cluster topology and, more specifically, how the data is distributed over indices, shards, and even down to the segment.

Note

Topology will leverage an open source visualization framework. It is provided by Baidu: ECharts 3, which can be accessed at http://echarts.baidu.com. This visualization framework provides a very large palette of visualizations, and in particular one that is pretty handy to visualize data in clusters: the treemap visualization:

A plugin to render Elasticsearch topology

Treemap visualization displays data in clusters

The preceding ...

Get Learning Kibana 5.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.