Giter Club home page Giter Club logo

elasticsearch-foot's Introduction

elasticsearch-foot

Another web front end for an elasticsearch cluster

Overview

Elasticsearch monitoring and managing tool through web

Instailling and Running

After Downloading the ZIP file, copy it into elasticsearch plugin directory.

$ cp ~/Downloads/elasticsearch-foot-master.zip ${ES_HOME}/plugins/

Unzip it, and connect it through browser. rename it as 'foot'

$ unzip elasticsearch-foot-master.zip
$ mv elasticsearch-foot-master foot

Open foot config file(foot_config.js), then config some settings.

vi foot/_site/resources/foot/js/foot_config.js

...
/*
 * elasticsearch-foot running mode
 * - plugin   : plugin mode
 * - standalone : standalone mode (under developing..)
 */
F.mode = 'plugin';

/*
 * elasticsearch-foot plugin name
 * Set it correctly
 */
F.pugin_name = 'foot';
...

Open a browser, then type it.

http://[host]:[folder]/_plugin/foot/index.html

Features

You can easily monitor and inspect elasticsearch cluster in a varied view.

Cluster Health Overview

At a high level, you can overview health of cluster, indices and nodes. Cluster Health Overview

Node level Stats

At a node level, you can watch machine status. Node level Stats

Index Level Stats

At a index level, you can check index status. Index Level Stats

Inspector

This is the most useful feature of elasticsearch-foot. You can introspect index/nodes status at a shard level on some key metrics. Nodes Inspector

Indices Inspector

Feature Snapshots

You can find some snapshots, Visit elasticsearch-foot!.

elasticsearch-foot's People

Contributors

socurites avatar

Watchers

 avatar James Cloos avatar

Forkers

rubythonode

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.