Giter Site home page Giter Site logo

jondot / elasticsearch-balance Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 0.0 328 KB

Visualize the data distribution of your Elastic Search cluster using a Treemap

Home Page: http://jondot.github.io/elasticsearch-balance/

JavaScript 59.59% CoffeeScript 40.41%

elasticsearch-balance's Introduction

Balance

Elastic Search Balance provides an intuitive view of your data distribution acrosss indices, shards, replicas and nodes, using a Treemap.


Usage

You can use Balance as a tool to quickly visualize your data distribution. Just drop your cluster URL into the address box.

Under the hood, two endpoints are accessed read-only:

  • GET /_cluster/nodes - fetching node names
  • GET /_status - fetching statistics and distribution

You can also set polling for 5, 15, and 60 minutes if you're setting this on a dashboard.

Obviously, while auto-polling, updates are to be as slow as the rate of data accumulating in your indices so there might be no point if you have slow data growth :)

Development

If you'd like to hack on Balance, by all means, feel free. As a guideline, Balance uses:

  • Foundation for UI styling and composition.
  • D3 for Treemap and general future visualizations.
  • Ember for smart binding and overall app framework.

Setting up

Make sure you have npm and bower. Install with:

$ npm install bower npm -g

Install npm dependencies:

$ npm install

Install bower dependencies (components):

$ bower install

Run grunt server for development:

$ grunt server

You should now have an auto-compiling, auto-refreshing development environment and your browser will open pointing to Balance.

Any update will be reflected automatically in your browser.

Contributing

Fork, implement, add tests, pull request, get my everlasting thanks and a respectable place here :).

Copyright

Copyright (c) 2013 Dotan Nahum @jondot. See MIT-LICENSE for further details.

elasticsearch-balance's People

Contributors

jondot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

elasticsearch-balance's Issues

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.