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
2013-02-13 16:14:48 -07:00
common Improved portability of exported JSON files, updated underscore.js 2013-02-13 14:51:56 -07:00
js Improved portability of exported JSON files, updated underscore.js 2013-02-13 14:51:56 -07:00
panels Added timepicker editor 2013-02-13 16:12:57 -07:00
partials fixed typo in row editor 2013-02-13 16:14:48 -07:00
scripts Fixed interpanel communication 2013-02-05 14:30:08 -07:00
config.js Added fields and hits panels, updated config and default dashboard. 2013-02-06 14:14:17 -07:00
dashboards.js fixed histogram and pie editors, added hits and map editors 2013-02-08 15:57:24 -07:00
index.html Improved portability of exported JSON files, updated underscore.js 2013-02-13 14:51:56 -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