GithubHelp home page GithubHelp logo

zhbitzwz / bigdesk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hlstudio/bigdesk

0.0 1.0 0.0 512 KB

lukas-vlcek/bigdesk to support elasticsearch 2.x/5.x/7.x+

License: Apache License 2.0

CSS 5.82% HTML 6.88% JavaScript 87.30%

bigdesk's Introduction

Bigdesk

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

2020-03-25

  • Test on Elasticsearch 7.6.1

  • Running as a Chrome extension

    download crx/es-bigdesk.crx , check extentions develop mode on , drag to webbrowser

    if cannot installed , enable installing local CRX files , or unzip es-bigdesk.crx then install from local folder

    Click the extension icon in the toolbar of your web browser.

    Note that you don¡¯t need to enable CORS with this method.

    Test on Chrome 75.x and Opera 67

  • Run bigdesk standalone

    site plugins are not supported. Run bigdesk standalone ,see below

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's People

Contributors

hlstudio avatar

Watchers

 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.