Skip to content
/ bigdesk Public
forked from lukas-vlcek/bigdesk

Live charts and statistics for Elasticsearch cluster.

License

Notifications You must be signed in to change notification settings

crate/bigdesk

 
 

Repository files navigation

Bigdesk

Live charts and statistics for Elasticsearch cluster.

Support matrix

Bigdesk Elasticsearch
master 0.90.0 → 1.0.x
2.2.2 0.90.0 → 1.0.x
2.2.1 0.90.0 → 1.0.x
2.1.0 0.20.0 → 0.20.x
2.0.0 0.19.0 → 0.20.x
1.0.0 0.17.0 → 0.18.x

Release Notes

2.2.2 (14-10-2013)

Reducing the amount of data pulled over HTTP and kept in the memory.

  • Show Elasticsearch version as part of node information #38
  • Reduce the amount of the data pulled via HTTP/REST #41
  • Further reduce the amount of the data kept in web browser memory #42

2.2.1 (02-07-2013)

  • This release is a recommended upgrade from 2.2.0
  • Fix bug: Update filter cache stats for latest stats API (#35) (kudos to @cbcase)
  • Improvement: Tolerate ES version 1.0.x (#32) (kudos to @hmalphettes)

2.2.0 (24-04-2013)

2.1.0

  • Added threadpool row to the metrics for Elasticsearch 0.20.0 and higher (kudos to @jgagnon1)

2.0.0

  • Complete reimplementation (based on backbone and underscore)
  • Switched to D3.js (mainly due to friendly License)

1.0.0

  • Initial version (jQuery and Highcharts)

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/2.2.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

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.

About

Live charts and statistics for Elasticsearch cluster.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.7%
  • CSS 8.7%
  • Erlang 0.6%