Commit graph

23 commits

Author SHA1 Message Date
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 c8df3d4946 Fixed build system after rename exporter dir to agent and other minor issues. 2014-01-22 18:20:25 +01:00
Boaz Leskes ebbd0d391a Move to latest https cluster stats sink.
Closes #26
2014-01-22 13:21:55 +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 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
Boaz Leskes cc80f35b12 Added Sense. 2014-01-20 22:14:47 +01:00
Spencer Alger d5375d914d Refactored sense to use require.js
Highights of the Changes:
  - What was previously the editor is now input
  - Editor is now SenseEditor, a (somewhat) generic class that inherits from AceEditor and mixes in RowParser. will eventually be used by the output as well
  - input is an instance of SenseEditor that has an autocomplete object at `input.autocomplete`
  - Moved all network/sendToES logic into the app module
  - History no longer does any manipulation of the input, that is handled by the app (reduces inter module dependencies)
  - help popup and welcome popup are now seperate modules
  - welcome popup is not loaded unless needed
  - SenseEditor#getCurrentRequestRange and SenseEditor#getCurrentRequest are now async, and will return their value once tokenization has completed.
  - Replaced "Copy as cURL" functionality, using ZeroClipboard for now.
2014-01-12 16:24:01 +01:00
Boaz Leskes 4c75eb49ef Added distribution phone home cluster stats url. 2014-01-06 23:04:47 +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 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 151b8f9e25 Moved packages folder to be under build. Fixed issues with deployment configuration. 2013-12-23 20:56:45 +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 d5a5a9d949 Added --es_port and --port options to the server command. 2013-11-21 15:03:20 +01:00
Boaz Leskes d64283f59e Added kibana tag/branch/revision pinning. 2013-11-21 11:11:11 +01:00
Boaz Leskes b68dda7027 Renamed merge folder to tmp. Removed symlinking the nodes_module folder of kibana build. Build now leaves a _site folder with marvel+kibana in it. Server command always creates a new config.js from template 2013-11-20 13:59:43 +01:00
Boaz Leskes 63a6bfb59e rename shipper to exporter 2013-11-19 09:51:14 +01:00
Boaz Leskes 963970556e removed unneeded grunt.loadNpmTasks 2013-11-18 22:18:42 +01:00
Boaz Leskes 31ba5de2df Moved plugin to a subfolder
Tweaked build system to allow serving both marvel and kibana content without building and without symlinks
2013-11-18 22:14:38 +01:00
Rashid Khan 1d7390f5cc Initial build system 2013-11-18 12:16:02 +01:00
Rashid Khan 161c1d1de9 Added marvel specific tasks for setup 2013-11-18 12:16:02 +01:00
Rashid Khan e8d20fe781 Kibana default tasks 2013-11-18 12:16:02 +01:00
Rashid Khan da4a6412fb Added grunt files 2013-11-18 12:16:02 +01:00