From f2553f8ea1f21637e2f7ffaade8cbabed1fdd04f Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Fri, 15 Feb 2013 15:24:47 -0700 Subject: [PATCH] README update --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 49f7bb00bcd..db303787bbc 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,17 @@ 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 +Configuration is in config.js, the default dashboard is in default.json. 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. +The loading dashboards from disk 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. +likely need to run Kibana Dashboard on an elasticsearch node, and not access it +via a proxy. Cheers Rashid