Commit Graph

254 Commits

Author SHA1 Message Date
Rashid Khan
b29ffd8347 Fixed typo in table, added no filters message, removed default sort on @timestamp from table in guided dashboard 2013-07-28 21:20:59 -07:00
Rashid Khan
d2d4809ffe Added order option to terms table 2013-07-28 20:03:16 -07:00
Rashid Khan
b498e1975e removed eventBus completely, fix field list auto complete 2013-07-27 16:09:04 -07:00
Rashid Khan
f5072b2691 Updated default dashboard to reflect deprecation of fields panel 2013-07-27 15:37:10 -07:00
Rashid Khan
e993654c19 added field selector to table panel, deprecated field panel 2013-07-27 15:28:49 -07:00
Rashid Khan
3a06457c5d Added terms panel, deprecated pie panel 2013-07-26 14:35:27 -07:00
Rashid Khan
13fc14ffa9 Added panelMeta object for extra panel details, moved add panel button, tweaked editors 2013-07-25 21:27:37 -07:00
Rashid Khan
ee83ae5932 Closes #278 2013-07-25 13:19:22 -07:00
Rashid Khan
43dc74df4d Closes #250 2013-07-24 16:13:59 -07:00
Rashid Khan
05b15c4605 closes #264 2013-07-24 15:31:04 -07:00
Rashid Khan
0723ad57b7 Added query to selector to every panel where it makes sense 2013-07-23 17:22:27 -07:00
Rashid Khan
3756f49d2c another timepicker fix 2013-07-23 14:28:03 -07:00
Rashid Khan
316aa05dae Fixed timepicker 2013-07-23 13:51:43 -07:00
Rashid Khan
ad69ccc07f Fix derivequeries 2013-07-23 10:14:29 -07:00
Rashid Khan
6203ef6cb2 Merge pull request #256 from zimbatm/sorted-stored-dashboards
Order the stored dashboards alphabetically. Fixes #230
2013-07-23 10:11:05 -07:00
Jonas Pfenniger
f09f8a49ff Order the stored dashboards alphabetically. Fixes #230 2013-07-23 12:32:58 +01:00
Rashid Khan
cc5da00bd0 moved slice to filter, should be faster 2013-07-22 21:50:57 -07:00
Rashid Khan
6c62a9b841 moved pinned list 2013-07-22 15:27:40 -07:00
Rashid Khan
6a1a9768f1 renamed query service to querySrv, added query pinning 2013-07-22 15:19:04 -07:00
Rashid Khan
5158cacebe Re-added query history; clean up 2013-07-21 21:57:40 -07:00
Rashid Khan
fabf9f3835 removed debugging statements 2013-07-21 21:44:59 -07:00
Rashid Khan
051f28a0da IE9 support; closes #96 2013-07-21 21:44:00 -07:00
Rashid Khan
5a3028f784 Linted, moved shared functions to kbn object 2013-07-20 14:56:59 -07:00
Rashid Khan
7c9f14ad5e Yet another fix for #228 2013-07-18 11:06:57 -07:00
Rashid Khan
1e3d382245 Another fix for #228 2013-07-18 09:04:58 -07:00
Rashid Khan
dce884f526 Added onblur and fixed quote escaping. Closes #228 closes #232 2013-07-18 07:57:15 -07:00
Rashid Khan
c03373c692 linting and added filter states 2013-07-17 21:57:19 -07:00
Rashid Khan
254a553e5b Fix for timepicker mode in firefox. Closes #222 2013-07-17 15:08:16 -07:00
Rashid Khan
344403d014 removed debug statement 2013-07-17 14:53:59 -07:00
Rashid Khan
dd012735ed removed debug panel, fixed labels on pie 2013-07-17 14:51:28 -07:00
Rashid Khan
2d542aede9 Fix for trend panel and stacking in default dashboard 2013-07-15 22:08:53 -07:00
Rashid Khan
278c069b4c Fixed double loading indices issue 2013-07-15 16:10:26 -07:00
Rashid Khan
b96277c0c8 Notes about milestone 3 2013-07-15 11:34:21 -07:00
Rashid Khan
1d4af12f57 Added the ability to toggle filters 2013-07-15 10:52:57 -07:00
Rashid Khan
803f24cb4c Fixed clicking of map areas 2013-07-14 22:00:46 -07:00
Rashid Khan
2c5eb8bfb4 Updated default dashboard, added filtering panel 2013-07-14 21:42:35 -07:00
Rashid Khan
b8bca8baa8 removed old mentions of eventBus, still need to refactor fields/table 2013-07-14 16:42:14 -07:00
Rashid Khan
a768c9c1c2 remove stringquery panel, replaced with query 2013-07-14 16:23:26 -07:00
Rashid Khan
9cf6a524df removed map2panel 2013-07-14 16:20:17 -07:00
Rashid Khan
569df6c88f removed parallelcoordinates panel 2013-07-14 16:19:55 -07:00
Rashid Khan
2b864d66fd removed sort panel 2013-07-14 16:19:31 -07:00
Rashid Khan
0d0d3f4a36 Refactored panels to used dashboard, query and filter services and store them on the dashboard 2013-07-14 16:15:20 -07:00
Rashid Khan
0d560c24e6 Refactoring query communication into service 2013-07-11 17:05:50 -07:00
Rashid Khan
7687150a96 removed obsolete settings from dashcontrol editor 2013-07-10 10:49:35 -07:00
Rashid Khan
9f3f7a4f00 Refactored dashboard state/loading into service, css tweaks 2013-07-10 10:22:01 -07:00
Rashid Khan
3f6cf9bbc8 added type ahead history to stringquery and derivequeries. Fix wrapping in timepicker editor 2013-06-21 14:47:39 -07:00
Rashid Khan
41ea74f81f Merge pull request #152 from nikicat/derivequeryfix
derivequery: pass search filter to query
2013-06-21 13:56:30 -07:00
Rashid Khan
35de5de3b2 Added added panel development status to each module 2013-06-17 10:34:18 -07:00
Rashid Khan
026abe0a42 Added bettermap panel and added panel development status to each module 2013-06-17 10:28:37 -07:00
Nikolay Bryskin
ac24a06daf derivequeries: combine derived query with original query using brackets 2013-06-12 23:59:09 +04:00