Giter VIP home page Giter VIP logo

bigdesk's Introduction

Bigdesk

Live charts and statistics for Elasticsearch cluster.

Bigdesk Elasticsearch
master 0.20.0 → 0.20.x
2.0.0 0.19.x → 0.20.x
1.0.0 0.17.x → 0.18.x

Note: Support of Elasticsearch v0.90.x may not be perfect now, better support is coming soon.

Installation

In order to install the plugin, simply run: bin/plugin -install lukas-vlcek/bigdesk for master version.

To get specific version of Bigdesk use: bin/plugin -install lukas-vlcek/bigdesk/1.0.0

For example, if you are running ES node on localhost:9200 then you can navigate your browser to http://localhost:9200/_plugin/bigdesk/ and Bigdesk will auto connect to existing node.

You can also checkout Bigdesk into your local harddrive (or download and extract zip from github) and simply use it by opening index.html in your favorite web browser.

How to use Bigdesk

Once you open Bigdesk in your web broswer, you need to point it to the Elasticsearch node REST endpoint. For example if you run Elasticsearch locally the REST endpoint would be http://localhost:9200/ by default. In Bigdesk master you can simply specify any endpoint URL in the text field on top of the screen. If you are using Bigdesk 1.0.0 (ie. you want to connect Bigdesk to elasticearch 0.17.x – 0.18.x) then you need to fill into two different text fields. First you specify hostname of the Elasticsearch node into the first text field and its port number into the second text field (but in some situations this can be limiting, for example if you run Elasticsearch behind firewall).

Then you hit Connect button (it is called GO! button in Bigdesk 1.0.0) and that’s it.

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.

URL parameters

If you are using Bigdesk 1.0.0 you can immediately connect to a particular host, add the host, port, and go parameters to the query string: index.html?host=search.example.com&port=9200&go

If you are using Bigdesk master you can use any of the following URL parameters to immediately connect to a particular host or set history or refresh interval:

  • endpoint = URL of ES node REST endpoint (you might want to use URL encoded value). Defaults to http://localhost:9200.
  • refresh = refresh interval in milliseconds. Defaults to 2000 (2 sec).
  • history = number of milliseconds to keep in history. Defaults to 300000 (5 min).
  • connect = if set to true Bigdesk will try to connect immediately to the endpoint. Defaults to false.

Example connecting to http://127.0.0.1:9201 with 3 sec refresh interval:

index.html?endpoint=http%3A%2F%2F127.0.0.1%3A9201&refresh=3000&connect=true

Screenshots

Bigdesk 1.0.0

Bigdesk 2.0.0 and master (this is WIP, actual screen can be different)

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.

bigdesk's People

Contributors

alambert avatar bd808 avatar heinemannj avatar kyleamathews avatar lukas-vlcek avatar till avatar

Stargazers

 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.