Chris Cowan
f220d87bae
Adding .DS_Store; Adding calculateIndices.js
2014-02-24 15:14:31 -07:00
Chris Cowan
6f1fd2cdbc
Adding .DS_Store; Adding calculateIndices.js
2014-02-24 15:14:31 -07:00
Spencer Alger
6ee366f45d
Added a basic framework for kibana
2014-02-24 14:37:50 -07:00
Spencer Alger
173192bc71
Added a basic framework for kibana
2014-02-24 14:37:50 -07:00
Spencer Alger
4d49c6303a
added bootstrap and require-css bower components
2014-02-24 14:37:37 -07:00
Spencer Alger
42f4c6f84c
added bootstrap and require-css bower components
2014-02-24 14:37:37 -07:00
Spencer Alger
0217b6ccce
added connect middleware to grunt's server task
2014-02-24 12:47:00 -07:00
Spencer Alger
010f61575f
added connect middleware to grunt's server task
2014-02-24 12:47:00 -07:00
Spencer Alger
e8b3bff1f5
[Courier - Mapper] only request the client once it is needed
2014-02-24 12:37:39 -07:00
Spencer Alger
e3acf5634e
[Courier - Mapper] only request the client once it is needed
2014-02-24 12:37:39 -07:00
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