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
Boaz Leskes
151b8f9e25
Moved packages folder to be under build. Fixed issues with deployment configuration.
2013-12-23 20:56:45 +01:00
Boaz Leskes
db51ce214f
Add a small debug log
2013-12-23 20:55:22 +01:00
Boaz Leskes
78bc1fcaee
Added a default_route settings and updated to kibana's config.js
2013-12-23 20:16:51 +01:00
Boaz Leskes
b00566113d
Added uploading of kibana dashboards, marvel index template is now based on marvel_index_template.json .
2013-12-23 19:42:28 +01:00
Boaz Leskes
c155484c2a
Added a version check for host Elasticsearch
2013-12-23 12:18:18 +01:00
Boaz Leskes
4c4ea87b7f
ESExporter moves failed hosts to the end of the host list to avoid retrying them every 5s.
2013-12-23 11:42:54 +01:00
Boaz Leskes
62ce5369b3
marvel's stats table panel now shows in kibana's new panel menu.
2013-12-19 21:29:24 +01:00
Boaz Leskes
b48318f219
Improved routing events and added Shard started & Shard promoted to primary events
2013-12-19 21:29:09 +01:00
Boaz Leskes
f906dc265c
Even more ui tweaks
2013-12-18 21:36:19 +01:00
Boaz Leskes
ff61163367
Move to 0.90.8
2013-12-18 20:34:38 +01:00
Boaz Leskes
57ffdaaf7c
more ui tweaking.
2013-12-18 17:15:54 +01:00
Boaz Leskes
7354035798
Initial sense checkin
2013-12-18 17:15:54 +01:00
Boaz Leskes
10aeee046c
Cluster & Index status events. All events output cluster name.
2013-12-18 17:15:32 +01:00
Boaz Leskes
73a3ea2179
Renamed IndexMetaDataEvent to IndexEvent
2013-12-18 09:59:04 +01:00
Boaz Leskes
fdd332948a
Removed node info from cluster stats
2013-12-18 09:55:25 +01:00
Boaz Leskes
ced5b97969
Added the cluster name to all exported data.
2013-12-17 16:25:03 +01:00
Boaz Leskes
8c9cb28dce
Added cluster stats export
2013-12-17 16:11:46 +01:00
Boaz Leskes
7a2d6d840f
Improved event's short description
2013-12-17 14:56:14 +01:00
Boaz Leskes
71757bb330
Updated to 0.90.8-SNAP.
2013-12-17 13:49:01 +01:00
Luca Cavanna
9c0ecc708e
Integrated new shard state changed listener method to collect more information for each shard state change
2013-12-17 13:49:01 +01:00
Boaz Leskes
89848397b1
Update to the latest y_format config syntax. Also disabled pre-loading of field mappings (until a better faster solution is found)
2013-12-13 20:32:59 +01:00
Rashid Khan
4642409f55
remove console log
2013-12-12 16:13:58 -07:00
Rashid Khan
b80b775db4
Sparklines are fixed wifth and do not need to resize. Removing this eases memory consumption drastically.
2013-12-12 16:12:45 -07:00
Boaz Leskes
384322abdb
Moved to ip + port as a primary node identifier.
2013-12-05 14:19:16 +01:00
Boaz Leskes
112315271d
default to two decimal digits in table charts
2013-12-05 13:59:08 +01:00
Boaz Leskes
48e11845e3
Refresh dashboards every 5s
2013-12-05 13:58:38 +01:00
Boaz Leskes
de507d43ea
Lower cased nodeToXContent.
...
Added a protection for relocatingTo potentially be in.
Removed indexPrefix settings and fixed it to ".marvel" (will add a suffix later)
Renamed java plugin to "marvel".
2013-12-05 13:54:01 +01:00
Boaz Leskes
157ea75b7d
Added dynamic annotation query
2013-12-02 23:04:29 +01:00