Commit Graph

57 Commits

Author SHA1 Message Date
Harald Kraemer
03095dfa74 Changed filterSrv singleton into object in scope.
This rework isn't entirely complete here, I haven't
checked the tests yet and I didn't really test anything
furthermore yet, so bear with this commit breaking things.

Besides that, the goal of this commit was to rework the
filterSrv singleton into a factory, so we move the filterSrv
instance around via the scope. This should be a better solution
than the current situation, because services shouldn't contain
model data - the scope should.
This will eventually straighten out control flow between dashboard,
filters and so on, and allow us to leverage angularJS mechanics more.
The latter has already started, since I could rework a bit of the
existing event infrastructure to watches on times.
2014-05-19 15:31:30 +02:00
Torkel Ödegaard
c19fafa581 Improvement to series toggling, CTRL+MouseClick on series name will now hide all others (Closes #350) 2014-05-01 11:18:23 +02:00
Torkel Ödegaard
bdd2c9d033 More work on unsaved changes warning (Issue #324) 2014-04-27 12:22:38 +02:00
Torkel Ödegaard
bfb2376aa3 working on unsaved changes warning 2014-04-25 15:23:17 +02:00
Torkel Ödegaard
c26926148c began work on unsaved changes warning when changing dashboard, Issue #324 2014-04-23 21:16:53 +02:00
Torkel Ödegaard
8ca589cdf5 Support for async scripted dashboards, and accesss to jquery, window & document, Closes #274) 2014-04-16 14:57:35 +02:00
Torkel Ödegaard
d69b04e9ed Closes #294, Browser page title is now Grafana - {{dashboard title}} 2014-04-10 12:12:15 +02:00
Torkel Ödegaard
b49803855e Closes #44, Closes #8. Fist release of annotations feature is ready 2014-02-21 13:56:27 +01:00
Torkel Ödegaard
700d60058f More work on annotations (#44, #8) It is working for annotations from graphite metrics, basic annotation editor and everything is working. Needs some final touches and support for more datasources 2014-02-18 20:41:56 +01:00
Torkel Odegaard
4152c0653f fixed jshint errors 2014-02-15 17:18:47 +01:00
Torkel Ödegaard
36f56f3695 Closes #35, grafana now supports multiple graphite backends. Check config.sample for how to setup. In the general tab of the graphite panel you can change datasource 2014-02-15 13:46:36 +01:00
Torkel Ödegaard
9fc6d3d6f0 Fixed tagsinput bug related to shallow clone of dashboard 2014-02-12 14:35:12 +01:00
Torkel Odegaard
c81c4f184b #86 Added tags to dashboard general settings panel, search and search display needs more work (grouping, facets etc) 2014-02-11 22:10:16 +01:00
Torkel Odegaard
79ca016409 More work on annotations 2014-02-09 21:57:07 +01:00
Torkel Odegaard
0e3c0fcc2e Started work on annotations submenu control 2014-02-09 15:43:43 +01:00
Torkel Ödegaard
084e7e7d73 Fixes #68, bug when trying open dashboard while in edit/fullscreen mode 2014-02-07 13:27:17 +01:00
Christian Winther
e8be950752 Make sure kibana and grafana on same hostname do not interfere with each other
This happens if you have kibana on /kibana and grafana on /grafana, resulting in some bad redirects
2014-02-05 18:02:15 +00:00
Torkel Ödegaard
bafa334b94 moved timezone correction setting from graph style to dashboard 2014-02-05 09:42:49 +01:00
Torkel Ödegaard
250e354659 Dashboard search fix, only query against title field (Closes #51,Fixes #24) 2014-02-01 09:53:57 +01:00
John Dyer
2e59587c8e Clean up, and set default in config to false 2014-02-01 09:53:56 +01:00
John Dyer
6f4520254b Make search support elastic search clusters with _all disabled. Feature is disabled by default 2014-02-01 09:53:55 +01:00
oroce
a56a2b0057 basic authentication added for elasticsearch 2014-01-31 21:23:32 +01:00
Torkel Ödegaard
e4b52905d1 preparing for first release 2014-01-19 16:13:28 +01:00
Torkel Odegaard
1dba194242 small fixes and dashboard property cleanup 2014-01-06 19:00:08 +01:00
Torkel Ödegaard
24e624ba63 Merge branch 'master' of github.com:elasticsearch/kibana
Conflicts:
	docs/kibana/configuration/config.js.asciidoc
	src/app/directives/configModal.js
	src/app/directives/kibanaPanel.js
	src/app/panels/filtering/module.html
	src/app/panels/query/module.html
	src/app/panels/query/query.css
	src/app/panels/table/editor.html
	src/app/panels/table/module.js
	src/app/partials/dashLoader.html
	src/app/partials/dashboard.html
	src/app/services/querySrv.js
	src/css/bootstrap.dark.min.css
	src/index.html
	tasks/docs_task.js
2013-12-30 09:44:19 +01:00
Torkel Ödegaard
4bf8777c1c removed timefield from filters 2013-12-29 18:10:54 +01:00
Torkel Ödegaard
5f8358e5c2 moved back to to load icon, and reinstated load dashboard from file 2013-12-27 11:09:22 +01:00
Torkel Ödegaard
2e53450a16 removed more unused kibana services 2013-12-26 22:50:08 +01:00
Torkel Ödegaard
f68c55e38f removed non relevant kibana code 2013-12-26 22:45:36 +01:00
Rashid Khan
20b3a5d3f5 Added save button to panel editors 2013-12-24 12:56:05 -07:00
Rashid Khan
68d3233401 Added revision constant for future use 2013-12-13 16:02:34 -07:00
Rashid Khan
7580042b29 fixed initialization bugs 2013-12-12 16:23:42 -07:00
Rashid Khan
0e035f93bb Changed behavior of home saving. Added deprecation notice 2013-12-06 14:29:21 -07:00
Rashid Khan
faa15d0a6b Removed dashcontrol, added default_route setting, bumped minimum version 2013-12-06 12:32:38 -07:00
Rashid Khan
1081de13c2 added dashboard.current.index.warm_fields to allow disabling of pre-parsing the mapping. 2013-12-04 09:48:31 -07:00
Rashid Khan
e832519d59 Potential fix for #621 2013-12-03 11:52:25 -07:00
Rashid Khan
3f8b1651fd Fixing unsafe html binding 2013-11-22 22:57:10 -08:00
Boaz Leskes
2e7a2d7410 Fix an issue preventing loading dashboards from subfolders. 2013-11-13 13:51:04 +01:00
Rashid Khan
444bb40649 closes #675 2013-11-08 07:33:35 -07:00
Boaz Leskes
d3495ff739 allow loading of panels and dashboards from subfolders
every . in their name is mapped to a /
2013-11-07 22:02:42 +01:00
Rashid Khan
0bc482eba0 Fixed lack of refresh on dashboards that do not use a pattern 2013-11-05 14:35:00 -07:00
Danny Berger
c935fe9086 Added cache-busting token for loading elasticsearch dashboards 2013-11-01 11:01:22 -06:00
Rashid Khan
d21e1c35e1 remove execute bit re: @shatlovsky 2013-10-25 07:47:54 -07:00
Rashid Khan
2c17a4d5af Adding derived type query 2013-10-21 08:11:24 -07:00
Rashid Khan
f98f4d5024 Added color stepping functions 2013-10-17 14:56:56 -07:00
Rashid Khan
f41fb5db53 Exempt panels that are used in pulldowns or the nav 2013-10-09 14:24:19 +02:00
Rashid Khan
50370f2100 Renamed new time picker, deprecated old one 2013-10-09 10:36:41 +02:00
Rashid Khan
e54c868e7f Added pulldowns for query and filter. Added filter notifications, moved timepicker to navbar, reimplemented auto refresh 2013-10-08 18:38:08 +02:00
Rashid Khan
d5bc550bb1 New timepicker, collapsable query and filter sections 2013-10-05 18:41:20 -05:00
Rashid Khan
459e117d28 Added route change when saving to elasticsearch or browser default 2013-09-30 11:02:57 -07:00