Giter Club home page Giter Club logo

bigdesk-wrapper's Introduction

This is a clone of bigdesk.

We needed to wrap Express.js around bigdesk to run it on localhost. Install node.js and npm run to start the app on port 4444!

npm start

Bigdesk

Live charts and statistics for Elasticsearch 2.x /5.x cluster.

2016-10-30

  • How to use for ES5.x

    site plugins are not supported. Run bigdesk standalone

    modify elasticsearch.yml,enable CORS

    http.cors.enabled: true

    http.cors.allow-origin: "*"

    Check Elasticsearch documentation on this parameter: https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-http.html#modules-http

    then open index.html in browser

    or run on another web server

2016-03-23

  • Modify and relayout some metrics and charts

2016-03-21

  • Support for Elasticsearch 2.x

Installation Instructions

navigate to <ES_HOME> and execute the following command on command line

Online Install Elasticsearch master

$ ./bin/plugin install hlstudio/bigdesk

Online Install a special/previous version eg: v2.2.a

$ ./bin/plugin install hlstudio/bigdesk/v2.2.a

Offline Install, download release zip file or master zip file, copy to a directory eg:/tmp

$ ./bin/plugin install file:/tmp/bigdesk-master.zip

How to use Bigdesk

Open your web browser to access http://127.0.0.1:9200/_plugin/bigdesk by default.

Now you should see cluster name and list of its nodes. You can switch between nodes in the cluster, new nodes are added and old nodes are removed automatically on the fly.

You can change the Bigdesk refresh interval and amount of data that is displayed by charts.

Screenshots

Bigdesk ES2.x

Supported Web Browsers

Bigdesk should work in all modern web browsers as long as they support SVG. It has been tested in Safari, Firefox and Chrome.

Credits

Lukas Vlcek and contributors.

Modified by hlstudio.

bigdesk-wrapper's People

Contributors

mpolinowski avatar

Watchers

 avatar  avatar

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.