The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Go to file
Rashid Khan 06b8dc3809 Added sorting
modified:   common/css/main.css
	modified:   config.js
	modified:   dashboards.js
	modified:   panels/stringquery/module.html
	modified:   panels/table/module.html
	modified:   panels/table/module.js
	modified:   partials/dashboard.html
	panels/sort/
2013-01-31 20:23:34 -07:00
common Added sorting 2013-01-31 20:23:34 -07:00
js Moved panels to ng-include with controllers, collapsed histo and pies into single modules, added table module 2013-01-30 21:39:57 -07:00
panels Added sorting 2013-01-31 20:23:34 -07:00
partials Added sorting 2013-01-31 20:23:34 -07:00
scripts Moved libraries around, added US state field to loader 2013-01-29 14:29:32 -07:00
config.js Added sorting 2013-01-31 20:23:34 -07:00
dashboards.js Added sorting 2013-01-31 20:23:34 -07:00
index.html Modularized panels 2013-01-29 10:05:02 -07:00
LICENSE.md Added license 2013-01-26 07:24:44 -08:00
README.md readme update 2013-01-30 21:41:30 -07:00
sharable.json Initial import 2013-01-25 20:10:28 -08:00

kibana-dashboard

Kibana Dashboard Preview

This is very much a preview, many things will change. While it is functional and useful, please view it as a proof-of-concept. A play ground for ideas :-)

Configuration is in config.js, the default dashboard is in dashboards.js. The format of both of these is likely to change. Documentation for panel types coming soon.

There is an example of a sharable dashboard in sharable.json. The file loading functionality requires an html5 compliant browser. This has been tested on the latest versions of firefox and chrome.

This is all html and javascript, use it with any webserver, or there is a simple nodejs webserver in the scripts/ directory, it will listen on port 8000. You'll likely need to run Kibana Dashboard on an elasticsearch node in any case.

Cheers
Rashid