Commit graph

57276 commits

Author SHA1 Message Date
Boaz Leskes
9c11995352 change chart resolution from 20 to 22 to side step rounding errors cause charts to switch between 1m and 5m resolution
relates to #53
2014-01-24 09:19:13 +01:00
spenceralger
57a18445fb Merge pull request #63 from spenceralger/sense_layout_fix
fixed initial layout of sense when the js is bundled
2014-01-23 13:46:06 -08:00
Spencer Alger
8a668374b1 fixed initial layout of sense when the js is bundled and loads before the DOM 2014-01-23 14:43:44 -07:00
Boaz Leskes
7da39857f2 Change page titles to say marvel
Kibana's standard title is replaced post build until we find something better.

relates to #23
2014-01-23 21:58:19 +01:00
Boaz Leskes
bdde41bfb1 Fixed sense kb for range filters 2014-01-23 21:58:19 +01:00
Boaz Leskes
cabef3ba2e index template didn't use proper object nesting.
Also changed load_average from long to float.
2014-01-23 21:58:19 +01:00
spenceralger
1ef62320a3 Merge pull request #61 from spenceralger/empty_dashboard_click
fixed unsafe link when clicking dashboard link with no rows selected
2014-01-23 12:12:42 -08:00
Spencer Alger
87d214c5c7 fixed unsafe link when clicking dashboard link with no rows selected 2014-01-23 13:09:47 -07:00
Boaz Leskes
a564c94cc3 Enable search functionality in Sense
Closes #60
2014-01-23 15:14:47 +01:00
Spencer Alger
7a12d815d0 adjusted the way the editor resizes
- removed the "min-width" of the output, so that if the window is small it will adapt and allow the user to scroll the output (when wrap is disabled)
 - adjusted the styles of the resizer
 - revamped the positioning of the editor actions a bit while working out z-index issues
  - the top of the editors will always below the header

closes #54 closes  #51
2014-01-23 14:57:13 +01:00
Boaz Leskes
22e22a8423 Ad os.load_average fields to template as they are not supplied on windows.
Closes #50 #49 & #45
2014-01-23 14:48:51 +01:00
Spencer Alger
82735f0c96 fixes an error when fetching mappings 2014-01-23 11:48:36 +01:00
Rashid Khan
f207d35fa0 Fix table headers in firefox 2014-01-22 15:04:56 -08:00
Boaz Leskes
f50e65466a top!=to (typo) 2014-01-22 20:50:03 +01:00
Boaz Leskes
216993699d Version to 1.0.0.RC2-SNAPSHOT 2014-01-22 18:47:25 +01:00
Boaz Leskes
a5d0992eec Version to RC1 2014-01-22 18:39:23 +01:00
Boaz Leskes
1902a798d7 removed left over references to SENSE_VERSION 2014-01-22 18:32:58 +01:00
Boaz Leskes
8f332fb697 Another quotation fix that caused minification to break 2014-01-22 18:28:29 +01:00
Boaz Leskes
c8df3d4946 Fixed build system after rename exporter dir to agent and other minor issues. 2014-01-22 18:20:25 +01:00
Boaz Leskes
8072c2180b linting 2014-01-22 16:54:08 +01:00
Boaz Leskes
8b716e7abd Updated optin text + made in limitted to 600px in width
Relates to #36
Closes #28
2014-01-22 16:42:50 +01:00
Boaz Leskes
71588d55c6 Made navigation more prominent and added dedupping of current url to the kiban implementation. 2014-01-22 16:25:06 +01:00
Boaz Leskes
d5cf9a6f8e Not updating ace's notion of autocomplete's prefix if the current token is a separator. Also fixed an issue where there are no term suggestions. 2014-01-22 15:20:03 +01:00
Boaz Leskes
de41fa2035 fixed autocomplete styling in dark mode. 2014-01-22 14:50:17 +01:00
Boaz Leskes
23f50dd619 disabled copy as curl keyboard shortcut. Browsers block it. Snick.
Closes #42
2014-01-22 14:33:40 +01:00
Boaz Leskes
4bf8615d63 Work around ace's autocomplete initialization not taking tokenization into account but rather rely on word boundaries 2014-01-22 14:29:51 +01:00
Boaz Leskes
1ebb6e45cf added an marvel.index_format settings to index template to be able to detect the template version an index was created with. 2014-01-22 14:04:15 +01:00
Boaz Leskes
f21d3d2050 Removed google analytics
Relates to #39 (not closing as it still under discussion)
2014-01-22 13:50:22 +01:00
Boaz Leskes
be7fa4e789 Bump version to 1.0.0RC1-snapshot 2014-01-22 13:45:11 +01:00
Boaz Leskes
7b2e6dc479 Stats tables: only display persistent field in compact mode. Also - don't retrieve it in that case.
Closes #34
2014-01-22 13:41:54 +01:00
Boaz Leskes
ebbd0d391a Move to latest https cluster stats sink.
Closes #26
2014-01-22 13:21:55 +01:00
Boaz Leskes
56477544bc Added cluster summary panel to cluster pulse.
Closes #33
2014-01-22 13:17:48 +01:00
Boaz Leskes
edd3ff5740 Added node & index stats to navigation links. Also normalized paths and removed defaultRoute settings as it is not needed anymore. 2014-01-22 13:15:39 +01:00
Boaz Leskes
f41de00841 Not uploading dashboards to ES anymore, as we're moving to file based dashboards.
Relates to #35
2014-01-22 13:09:44 +01:00
Boaz Leskes
524f407aaa Rename package name from marvel.collector to marvel.agent. Also renamed CollectorService to AgentService
Closes #37
2014-01-22 13:07:31 +01:00
Boaz Leskes
5ecff51ab2 fixed quotes type mix ups
Closes #30
2014-01-22 12:26:59 +01:00
Boaz Leskes
49045243e9 Moved marvelLinks.json to a common folder and added navigation menu to Sense
Relates to #35
2014-01-22 12:06:13 +01:00
Boaz Leskes
f2b2fa9db7 Expose field type as meta in autocomplete 2014-01-22 11:09:04 +01:00
Boaz Leskes
fbf8b289c1 Added an index.html file to the root folder to redirect to kibana. Update build system, including a change to replace @@KIBANA_REVISION @@MARVEL_REVISION anywhere with their respective values. These are now part of a comment in the kibana config file and the base index.html
Closes #40
2014-01-22 11:09:04 +01:00
Boaz Leskes
ef44560ce2 Moved kibana related code to a kibana folder 2014-01-22 11:09:03 +01:00
Rashid Khan
04dc367e94 Increase the size of the annotation request to 50 2014-01-21 16:33:51 -07:00
Rashid Khan
ea81c2ed2c Merge remote-tracking branch 'upstream/master' 2014-01-21 13:45:48 -07:00
Rashid Khan
3e5f2cd15f Closes #25 2014-01-21 13:45:36 -07:00
Rashid Khan
641e87cc88 Remove old timepicker files 2014-01-21 11:43:48 -07:00
Rashid Khan
c37ffaeff9 Added marvel.navigation 2014-01-21 11:42:17 -07:00
Boaz Leskes
ee3e09a775 Rename package name from marvel.monitor to marvel.collector. Also renamed ExportersService to CollectorService & StatsExporter to just Exporter
Closes #31
2014-01-21 13:41:18 +01:00
Boaz Leskes
cc80f35b12 Added Sense. 2014-01-20 22:14:47 +01:00
Boaz Leskes
d0a7ca72ab Upgraded to ace 1.1.2. Converted tokenization to use standard ace stacks. Integrated auto complete with ace standard.
Also:
Fixed history popup.
Better initialization of settings module
2014-01-20 22:07:40 +01:00
Rashid Khan
a29141d142 Merge remote-tracking branch 'upstream/master' 2014-01-13 15:46:40 -08:00
Rashid Khan
6236752c4a Show 0 instead of null when no data is available 2014-01-13 15:46:15 -08:00