Commit graph

45101 commits

Author SHA1 Message Date
Spencer Alger
1316104364 [Courier] when clearing localStorage, invalidate the local ref properly 2014-02-24 11:39:11 -07:00
Spencer Alger
202e1d8651 [Courier] when clearing localStorage, invalidate the local ref properly 2014-02-24 11:39:11 -07:00
spenceralger
d59067fca7 Merge pull request #5 from spenceralger/application_boot
Application boot
2014-02-24 10:46:15 -07:00
spenceralger
c385df2eb9 Merge pull request #5 from spenceralger/application_boot
Application boot
2014-02-24 10:46:15 -07:00
Spencer Alger
fb1d9a6f1a wired up the configFile's kibanaIndex field to the mapper 2014-02-24 10:36:53 -07:00
Spencer Alger
3dbbc975f5 wired up the configFile's kibanaIndex field to the mapper 2014-02-24 10:36:53 -07:00
Spencer Alger
40bd305df4 Merge branch 'master' into application_boot 2014-02-24 10:27:53 -07:00
Spencer Alger
5dce487051 Merge branch 'master' into application_boot 2014-02-24 10:27:53 -07:00
Spencer Alger
f447a129bb fixed the courer._clearScheduled, and renamed bind to $bind 2014-02-24 10:22:24 -07:00
Spencer Alger
e382cb9ec7 fixed the courer._clearScheduled, and renamed bind to $bind 2014-02-24 10:22:24 -07:00
Spencer Alger
407ada97ea merged in mapper changes 2014-02-24 10:12:38 -07:00
Spencer Alger
65ec35819f merged in mapper changes 2014-02-24 10:12:38 -07:00
Rashid Khan
2a9800734f Merge pull request #4 from rashidkpc/master
Mapper and tests
2014-02-24 08:11:01 -07:00
Rashid Khan
c99bdbbbc7 Merge pull request #4 from rashidkpc/master
Mapper and tests
2014-02-24 08:11:01 -07:00
Rashid Khan
153d89cadf Merge remote-tracking branch 'upstream/master' 2014-02-24 08:09:46 -07:00
Rashid Khan
b7620bee0b Merge remote-tracking branch 'upstream/master' 2014-02-24 08:09:46 -07:00
Spencer Alger
ebe67a39eb updates to the courier to properly support doc based fetch and related improvements 2014-02-22 12:09:44 -07:00
Spencer Alger
9b7354795d updates to the courier to properly support doc based fetch and related improvements 2014-02-22 12:09:44 -07:00
Rashid Khan
12e992be90 Added error for inconsitent mappings, mapper tests 2014-02-22 12:44:09 -05:00
Rashid Khan
713583f700 Added error for inconsitent mappings, mapper tests 2014-02-22 12:44:09 -05:00
Spencer Alger
65d8df1784 added async bower component 2014-02-19 12:26:14 -07:00
Spencer Alger
0929c34fed added async bower component 2014-02-19 12:26:14 -07:00
Boaz Leskes
c64a5d6311 Add a template for aggregations 2014-02-19 16:22:23 +01:00
Boaz Leskes
97131a8754 Sense: Do not override the last server used with th url host if running as a plugin (but use it as a default)
Closes #120
2014-02-19 16:15:55 +01:00
Boaz Leskes
23cd52c6e7 table stats - do the secondary visual sort after update data and alerts based on sparklines. Also round off data staleness to the second (not displaying fractions). 2014-02-19 16:04:13 +01:00
Boaz Leskes
5ec95d62e5 Merge branch 'feature/url_auto_complete'
* feature/url_auto_complete:
  Added url params for get_source. Removed trailing slash from _delete_doc
  Implemented all 1.0 breaking changes
  Added autocomplete support for url query strings parameters
  Introduced a pattern based url auto complete backend
2014-02-19 15:32:18 +01:00
Boaz Leskes
54ba051737 Re-calculate alert levels when setting metric valus based on sparklines 2014-02-19 15:28:28 +01:00
Rashid Khan
aaa686f653 Keep upstream changes 2014-02-18 13:40:56 -07:00
Rashid Khan
91b3e20f7a Keep upstream changes 2014-02-18 13:40:56 -07:00
Rashid Khan
3f9394c391 - Add mapper to courier
- Add errors for mapper
- Add mapper to resolve and cache field mappings
- Add a couple tests for mapper
- Add some debug output to the kibana controller
2014-02-18 13:32:49 -07:00
Rashid Khan
8eebd792c1 - Add mapper to courier
- Add errors for mapper
- Add mapper to resolve and cache field mappings
- Add a couple tests for mapper
- Add some debug output to the kibana controller
2014-02-18 13:32:49 -07:00
Spencer Alger
2790081903 [Courier] switched the promise.playNice call to wrap the new methods 2014-02-18 09:36:07 -07:00
Spencer Alger
e2c26573f1 [Courier] switched the promise.playNice call to wrap the new methods 2014-02-18 09:36:07 -07:00
Spencer Alger
3f77a74da4 [Courier] Added a .doIndex() method for DocSources, moved .update() to .doUpdate() 2014-02-18 09:34:01 -07:00
Spencer Alger
9a33502ddb [Courier] Added a .doIndex() method for DocSources, moved .update() to .doUpdate() 2014-02-18 09:34:01 -07:00
Spencer Alger
a46e0d44bb [Courier] added source.get() and a stub for ._resolveIndexPattern() 2014-02-18 09:34:01 -07:00
Spencer Alger
40104eadda [Courier] added source.get() and a stub for ._resolveIndexPattern() 2014-02-18 09:34:01 -07:00
Spencer Alger
d71ff32a83 [Courier] added errors for VersionConflicts and DocFetchFailures 2014-02-18 09:33:55 -07:00
Spencer Alger
99b510b174 [Courier] added errors for VersionConflicts and DocFetchFailures 2014-02-18 09:33:55 -07:00
Spencer Alger
7781b50131 [Courier] properly propogate errors from the source to the courier, using it's new _error method 2014-02-18 09:33:39 -07:00
Spencer Alger
77db7177b1 [Courier] properly propogate errors from the source to the courier, using it's new _error method 2014-02-18 09:33:39 -07:00
Spencer Alger
73ab3b8450 [Courier] prevent fetch from running when there are no sources of that type 2014-02-18 09:32:52 -07:00
Spencer Alger
7258db2a2e [Courier] prevent fetch from running when there are no sources of that type 2014-02-18 09:32:52 -07:00
Boaz Leskes
74447b0dcd Detect and ignore negative derivatives happening on node restarts. Show current value based on sparklines.
Closes #122 , Closes #9
2014-02-18 17:01:40 +01:00
Boaz Leskes
0dd3e84968 Added url params for get_source. Removed trailing slash from _delete_doc 2014-02-18 16:58:04 +01:00
Spencer Alger
5d14a56cbb updated elasticsearch dep 2014-02-18 07:31:49 -07:00
Spencer Alger
e15b996091 updated elasticsearch dep 2014-02-18 07:31:49 -07:00
Boaz Leskes
97e75cda97 Improve display of stale data info popup & do not push stale data to the top during the secondary sort
Stale data still has priority to be displayed.
2014-02-18 09:21:55 +01:00
Boaz Leskes
52db817560 Merge branch 'pr/111': master node indication, multiple master detection, stale data indication
Closes #105 , Closes #104
2014-02-17 21:57:28 +01:00
Boaz Leskes
70cf21bba6 Improved master node detection to work on all nodes. Multi masters detection based on time interval. 2014-02-17 21:52:31 +01:00