Commit graph

47759 commits

Author SHA1 Message Date
Rashid Khan
10eb30d6f0 Watch refresh rate to toggle table view 2014-01-08 11:44:58 -07:00
Boaz Leskes
04f1cb3cb6 Change node and indices dashboard refresh rate to 1m 2014-01-08 18:21:33 +01:00
Boaz Leskes
be67051f62 Revamped node dashboard charts (work in progress). Stats table treats no refresh as a long refresh and shows sparklines. Do not try to resolve display fields if they are identical to the persistent field (we already have it from the initial facet call). Added cluster events back to overview page charts.
Added a title to the "indexing request rate" chart.

Merge rate -> Merge Rate

Iter1

Enable cluster annotations.

Finished implementing iter1 on node dashboard

Node stats panel shoudl also treat no refresh rate as a long one…

Added generation usages.

Do not try to resolve display fields if they are identical to the persistent field (we already have it from the initial facet call)

jshint commit
2014-01-08 18:19:23 +01:00
Rashid Khan
29a63e1fc9 Merge remote-tracking branch 'upstream/master' 2014-01-07 15:34:50 -07:00
Rashid Khan
85de71a43c Set refresh to 10s, limit table to 20 rows, show counter of selected rows 2014-01-07 15:34:36 -07:00
Boaz Leskes
2b3ccfa9a4 Added plugin installation instructions 2014-01-07 23:29:57 +01:00
Rashid Khan
634b44b56b Added compact view note 2014-01-07 14:53:51 -07:00
Rashid Khan
ba459389d1 Row filtering, view mode accessibility dependant on row count and refresh time 2014-01-07 14:29:34 -07:00
Rashid Khan
ff2b9ec393 Remove legends from histograms 2014-01-06 16:31:13 -07:00
Rashid Khan
293529e5f3 Disable sparklines in compact mode 2014-01-06 15:29:06 -07:00
Rashid Khan
c0a8ed5612 Disable annotations and compact table with 10 or more indices 2014-01-06 15:25:16 -07:00
Boaz Leskes
4c75eb49ef Added distribution phone home cluster stats url. 2014-01-06 23:04:47 +01:00
Rashid Khan
bc96c851a4 Re-enable sparklines 2014-01-06 14:01:49 -07:00
Rashid Khan
eb4bfe4e62 Merge branch 'master' of github.com:rashidkpc/elasticsearch-marvel 2014-01-06 13:58:51 -07:00
Rashid Khan
853038c98d Use bindonce to reduce objects to dirty check. Also remove some debug lines.
Renable sparklines

Remove debug
2014-01-06 13:57:35 -07:00
Rashid Khan
0fc4f75dd0 Use bindonce to reduce object to dirty check 2014-01-06 13:52:19 -07:00
Rashid Khan
d0d4b26b35 Add a time filter to get_rows so indices that were deleted in the last 10 minutes don't show 2014-01-06 13:33:24 -07:00
Boaz Leskes
4bad71cb27 Updated modal welcome popup text + cluster stats editor.html 2014-01-06 17:28:28 +01:00
Boaz Leskes
7fd0744de0 5s refresh time, not 1s :( 2014-01-06 16:07:21 +01:00
Boaz Leskes
7047719877 Update license.txt 2014-01-06 15:52:36 +01:00
Boaz Leskes
937a392e5d added the option to upload current packages as marvel/latest 2014-01-06 14:00:44 +01:00
Boaz Leskes
22c3872186 Go back to 1s refresh times, leaving only the cluster pulse on 1m refresh 2014-01-06 11:50:41 +01:00
Boaz Leskes
333c75284b upper case beta1 2014-01-06 11:13:09 +01:00
Boaz Leskes
a547f7833f Update auto-refresh to 1m 2014-01-06 10:02:25 +01:00
Boaz Leskes
7d57b00070 Bumped version to 1.0.0.beta1-SNAPSHOT 2014-01-06 09:57:59 +01:00
Boaz Leskes
c6e5ddf0cd Fixed temporary distribution stats report url (temporary setting broke packaging) 2014-01-05 23:28:56 +01:00
Boaz Leskes
247f40307d Fixed a typo in replace.js 2014-01-05 23:17:55 +01:00
Boaz Leskes
ec90dc65a3 changed default index template: Instead of not tokenizing strings, introduce a multi_field + a {name}.raw variant. 2014-01-05 23:15:12 +01:00
Boaz Leskes
bf4c501c3b made cluster stats report url configurable
also removed report id as it should be automatically generated to avoid cross-user collisions.
2014-01-05 22:59:56 +01:00
Boaz Leskes
4ecb474990 Added cluster summary panel to overview.json
Adapted vanity numbers. Maded cluster status more prominent if not green.
2014-01-05 22:33:44 +01:00
Rashid Khan
a33e146a65 Reporting functionality with opt in/out 2014-01-02 13:54:33 -07:00
Rashid Khan
386de6ec1b Remove debug, don't show optin in initial setup pane 2013-12-30 16:08:10 -07:00
Rashid Khan
d64f9b3310 Fixed number formatting 2013-12-30 16:06:12 -07:00
Rashid Khan
801fa66fad Merge remote-tracking branch 'upstream/master' 2013-12-30 15:14:44 -07:00
Boaz Leskes
2f45c9638e removed an unneeded getInputStream command which threw a FileNotFound exception. Also - no exporting will occur if loading/verifying index template failed (but it will keep on retrying). 2013-12-30 22:36:40 +01:00
Rashid Khan
5d4b0e959c Merge branch 'statsSelected' into clusterStatus 2013-12-30 13:12:02 -07:00
Rashid Khan
1022668494 Fixed selection of nodes on refresh. Fixed filter when infinity is returned by facet. 2013-12-30 10:50:42 -07:00
Rashid Khan
54cc6c73fd Added jslint to default task 2013-12-30 10:48:45 -07:00
Rashid Khan
0eb41b7194 Add option to opt in/out from editor 2013-12-30 10:48:14 -07:00
Rashid Khan
34e5ab7464 Added cluster status panel to config.js 2013-12-29 16:27:54 -07:00
Rashid Khan
4b1d4240f5 Added cluster status panel 2013-12-29 16:27:43 -07:00
Boaz Leskes
c0be4069da Added a keep alive background ping to keep connection open to target ES
Sadly java connection pooling closes connection after 5s of idle time.
2013-12-25 23:13:13 +01:00
Boaz Leskes
4b1bda9ea4 Moved to using XContentBuilder internal byte buffers instead of writing connection.outputStream to avoid flushing and chunked requests. Also added content type to dashboard and template uploading. 2013-12-25 14:26:27 +01:00
Boaz Leskes
f4ac153336 Added cluster level events as annotations on overview page. 2013-12-23 23:11:15 +01:00
Boaz Leskes
035bdc6f5e Restore free disk space thresholds 2013-12-23 22:56:35 +01:00
Boaz Leskes
114918b49d Added CPU steal chart 2013-12-23 22:54:41 +01:00
Boaz Leskes
71ba5c5b6e Added Format and derivatives to metrics editor. Implemented format options. Updated node and indices stats. 2013-12-23 22:50:03 +01:00
Boaz Leskes
74922f0865 Update node default metrics 2013-12-23 21:31:45 +01:00
Boaz Leskes
79dcf2c49a Fixed: min value in stats table were not properly scaled. 2013-12-23 21:03:25 +01:00
Boaz Leskes
bb94d108ce Clicking on a disabled dashboard button still executed the click. 2013-12-23 21:02:28 +01:00