Commit graph

76835 commits

Author SHA1 Message Date
Boaz Leskes
69b9da4d32 Added "mapper.dynamic": true to the index template to make sure it's enabled. 2014-02-02 19:09:11 +01:00
Boaz Leskes
967faa20ad Missing a comma in index template documentation 2014-02-02 18:55:04 +01:00
Boaz Leskes
8a1b34fe59 Config.js now uses window.location.protocol rather than a hard coded "http://"
Closes #92
2014-01-31 10:33:10 +01:00
Luca Cavanna
ffcbe92d60 [DOCS] added anchors for better links 2014-01-31 10:12:29 +01:00
Boaz Leskes
b6a8fd73a4 Change index settings customization advice to recommend custom templates
Rather than changing the default one.
2014-01-31 10:00:01 +01:00
Boaz Leskes
3d9d12ebf3 fixed a typo in docs 2014-01-31 00:11:39 +01:00
Boaz Leskes
c88f862b79 Moved frequent debug logs to TRACE
Closes #98
2014-01-30 16:34:12 +01:00
Boaz Leskes
369521f181 Folded welcome.html back into index.html to allow opening it from file
It caused cross domain errors in chrome.
2014-01-30 16:27:33 +01:00
Boaz Leskes
e9edaa51b1 Version to 1.0.2-SNAPSHOT 2014-01-29 21:56:42 +01:00
Boaz Leskes
24c9b5b1c8 Version to 1.0.1 2014-01-29 21:44:58 +01:00
Boaz Leskes
bb79f762b7 Update minimum requirement test to 0.90.9 2014-01-29 21:42:28 +01:00
Spencer Alger
91dfc1cd76 initialize store to undefined, not null, and make checks less picky so that reports actually get sent 2014-01-29 13:07:47 -07:00
Boaz Leskes
9c2cd11e43 [Docs] Moved system requirement above installation instructions 2014-01-29 08:37:34 +01:00
Boaz Leskes
58dea5f5ef Fixed a mistake in the production install cofiguration 2014-01-29 08:30:41 +01:00
Boaz Leskes
c73e0cb62e Added cluster pulse to the documentation. 2014-01-28 22:05:01 +01:00
Boaz Leskes
d00242d9a1 Fixed template tip. 2014-01-28 14:52:14 +01:00
Boaz Leskes
54ae73bd2b One more typo 2014-01-28 14:43:37 +01:00
Boaz Leskes
e2285a92df Fixed a typo and added italics 2014-01-28 14:34:06 +01:00
Clinton Gormley
48693ba184 Fixed asciidoc typo 2014-01-28 14:30:11 +01:00
Clinton Gormley
c30fa2c8dd Fixing image path in docs 2014-01-28 14:28:11 +01:00
Clinton Gormley
f0ceaca41d Updated docs 2014-01-28 14:00:37 +01:00
Boaz Leskes
13ee4cc142 One text tweak 2014-01-28 13:54:20 +01:00
Boaz Leskes
03c51762c2 moved images to a subfolder 2014-01-28 13:53:16 +01:00
Boaz Leskes
970c6144c3 Added screenshots 2014-01-28 13:37:04 +01:00
Boaz Leskes
05fb8c7c87 Initial version documentation 2014-01-28 12:52:16 +01:00
Boaz Leskes
a42fb46d68 version to 1.0.1-SNAPSHOT 2014-01-28 11:21:44 +01:00
Boaz Leskes
84e5bac4a7 Version to 1.0.0 . w00t. 2014-01-28 11:19:34 +01:00
Boaz Leskes
6daadd3592 Minor tweaks to Sense’s dark theme 2014-01-28 10:38:02 +01:00
Boaz Leskes
f9f2e1c876 Move to 1.0.0.RC4-SNAPSHOT 2014-01-27 21:50:19 +01:00
Boaz Leskes
be5c51f9fc Fixed Kibana version and moved to 1.0.0.RC3 2014-01-27 21:45:16 +01:00
Boaz Leskes
7292fb4d9f Make row filter case insensitive and also filter on display names 2014-01-27 21:45:00 +01:00
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