Commit graph

47854 commits

Author SHA1 Message Date
Boaz Leskes b607c1d173 Removed CONTRIBUTING file and updated license 2014-01-27 21:30:23 +01:00
Boaz Leskes c3884919d3 do not opent the first chart column in node/index stats if no query was specified. Also strip url params when checking navigation url for current page. 2014-01-27 21:19:05 +01:00
Boaz Leskes b029508331 Moved warning values for JVM memory to 90% (warning) & 95% (error)
These are averages over 10m
2014-01-27 21:12:08 +01:00
spenceralger dbb887d0a9 Merge pull request #90 from spenceralger/output_error_prevention
set the output's mode via update
2014-01-27 11:57:39 -08:00
Spencer Alger 38471f9694 set the mode externally so that the output can contain text in the future 2014-01-27 12:56:52 -07:00
spenceralger d27d841fc2 Merge pull request #89 from spenceralger/stats_table_saved_changes
prevented the watch expression from clearing changes on initialization
2014-01-27 11:34:11 -08:00
Spencer Alger a82c26c8ae prevented the watch expression from clearing changes on initialization 2014-01-27 12:33:20 -07:00
spenceralger be5078ba7f Merge pull request #88 from spenceralger/master
updates for latest changes in Kibana
2014-01-27 08:11:12 -08:00
Spencer Alger b1fa8af627 moved setMode logic into the output's update function, converted marvel modules to use lodash and kibana's new storeFactory 2014-01-27 09:09:29 -07:00
Boaz Leskes a54b0c6a54 Disable caching on all requests to ES. 2014-01-27 14:17:20 +01:00
Boaz Leskes d44e83f3a2 Added support for running on node with local=true
ip_port field is set to "_local[NODEID]".

 Closes #
2014-01-27 14:16:52 +01:00
Boaz Leskes 6a4e0db5b2 When doing default sorting, push alerted indices/nodes to the top 2014-01-26 23:37:14 +01:00
Boaz Leskes 442dd9faa2 Rewrote the stats_table panel data model, to reduce the number of facets/requests done.
Initial row-discovery fase now also facet for all metrics to get averages. The is used to select the rows that will be displaued. Histrograms are done, if needed, only for displayed rows.

This moves from index*metrics facets to #metrics facets. It also alows us to smartly choose which index/node we show when no sorting is active (smart = things with warnings take preference).
2014-01-26 23:37:14 +01:00
Boaz Leskes cec0b790db Background error checker didn't handle white space/EOF correctly between requests
Closes #85
2014-01-26 23:31:20 +01:00
Boaz Leskes 8bcd7a06b1 Only set output mode to json once we've put some json into it.
Later we could put other modes in there based on response type.

Closes #84
2014-01-26 23:25:25 +01:00
Boaz Leskes 4b96360adb Broken parsing if a request's first line started with spaces
Closes #80
2014-01-26 23:19:09 +01:00
Boaz Leskes 54e8b5780b Removed warnings about sending GETs as POSTs
Closes #79
2014-01-26 23:09:06 +01:00
Boaz Leskes 29f8328c94 Fixed cleanup upon closing help popup
Closes #78
2014-01-26 23:07:04 +01:00
Boaz Leskes 743fd6ff25 Do not show action menu on help popup
Closes #77
2014-01-26 23:05:43 +01:00
Boaz Leskes f2ba3e863f Display event's timestamp in local time zone.
In the same fashion as the Time Line chart does.

Closes #74
2014-01-26 22:51:55 +01:00
Boaz Leskes 4724306914 Field data -> Field Data
Closes #72
2014-01-26 22:43:25 +01:00
Boaz Leskes de7a4223bc Add node events to overview charts 2014-01-25 21:15:19 +01:00
spenceralger f01b9cf4cf Merge pull request #76 from spenceralger/optin_settings
Moved the optIn setting (and a couple others)
2014-01-24 13:56:02 -08:00
Spencer Alger 9cf2021ccb Moved the optin setting (and a couple others) from cookie's into localStorage.
Previously the options were at cookies.marvelXXX. They are now stored at marvelOpts.report/lastReport/version
2014-01-24 14:52:01 -07:00
Boaz Leskes 56c7c20505 Version to 1.0.0.RC3-SNAPSHOT 2014-01-24 10:44:23 +01:00
Boaz Leskes dfe6a0536e Version to 1.0.0.RC2 2014-01-24 10:26:12 +01:00
Boaz Leskes 3b31e83fe4 store something if no flash warning was shown.
closes #65
2014-01-24 10:24:07 +01:00
Boaz Leskes 62fe4c9c38 added z-index to actions menu to bypass all other ui elements on screen.
Closes #64
2014-01-24 10:13:12 +01:00
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