From 8e9d3f7d14e58a8107f7f9e342a9d4dbd6605dcc Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Thu, 12 Sep 2013 07:15:23 -0700 Subject: [PATCH 1/3] Fixed typo that kept query panel from loading --- dashboards/logstash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboards/logstash.js b/dashboards/logstash.js index 16f62803d57..b2ea5fa352a 100644 --- a/dashboards/logstash.js +++ b/dashboards/logstash.js @@ -135,7 +135,7 @@ dashboard.rows[0].panels = [ // Add a filtering panel to the 3rd row dashboard.rows[1].panels = [ { - type: 'Query' + type: 'query' } ]; From c673b5ec67ff80349f1fdd85d1942fdb66cb3aa9 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Fri, 13 Sep 2013 15:10:33 -0700 Subject: [PATCH 2/3] Updated install instructions --- index.html | 113 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 69 insertions(+), 44 deletions(-) diff --git a/index.html b/index.html index f82172c129b..e6b5711aa97 100755 --- a/index.html +++ b/index.html @@ -1,56 +1,81 @@ - - + - - - - Kibana 3 - - - - - - - - - + + .title2 { + font-weight: 800; + line-height: .9; + font-size: 60px + } + .title3 { + font-weight: 800; + font-size: 25px; + line-height: 1.1; + } + + .lowercase { + text-transform: lowercase; + } + + .uppercase { + text-transform: uppercase; + } + + .light { + font-weight: 200; + } + + .big { text-transform: uppercase; margin: 0; padding: 0; } + .bold { font-weight: 800; } + + .orange { + color: #FF9640; + } + + .yellow { + color: #FFDD68; + } + + .teal { + color: #63ABB5; + } + + .green { + color: #629153; + } + + .purple { + color: #645068; + } + + .white { + color: #fff; + } + - - - - - -
- - {{alert.title}}
{{$index + 1}} alert(s)
-
- -
-
-
-
+

+

+ Oops. Looks like you've upgraded from an old version
+
No worries. Kibana has a new build system. Now its faster and lighter than ever before.
+

+

To fix this
+
Instead of copying the entire kibana repository, you need only copy the contents of the dist/ folder. After upgrading you may need to clear your browsers cache to see all of the new features.
From 82673b7b2bdb801cb26258bfc04f864a1e3686e8 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Fri, 13 Sep 2013 15:11:36 -0700 Subject: [PATCH 3/3] Updated install instructions --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e12bde342d6..e0ff578ea35 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The dashboard storage format has changed in Kibana 3 milestone 3. Existing dashb * Index configuration has been moved from the timepicker, to the main dashboard editor * The stringquery panel has been replaced with a more polished 'query' panel -More information about Kibana 3 can be found at [http://three.kibana.org](http://three.kibana.org) +More information about Kibana 3 can be found at [http://www.elasticsearch.org/overview/kibana/](http://www.elasticsearch.org/overview/kibana/) ## Overview @@ -28,19 +28,19 @@ flexible and powerful ### Requirements * A modern web browser. The latest version of Chrome, Safari and Firefox have all been tested to -work. IE8 is not currently supported +work. IE9 and greater should work. IE8 does not. * A webserver. No extensions are required, as long as it can serve plain html it will work * A browser reachable Elasticsearch server. Port 9200 must be open, or a proxy configured to allow access to it. ### Installation -1. Copy the entire Kibana directory to your webserver -2. Edit config.js to point to your elasticsearch server. This should __not be +1. Copy the contents of the dist/ directory to your webserver +2. Edit config.js in your deployed directory to point to your elasticsearch server. This should __not be http://localhost:9200__, but rather the fully qualified domain name of your elasticsearch server. The url entered here _must be reachable_ by your browser. 3. Point your browser at your installation. If you're using Logstash with the default indexing -configuration the default Kibana dashboard should work nicely. +configuration the included Kibana logstash interface should work nicely. ### FAQ __Q__: Why doesnt it work? I have http://localhost:9200 in my config.js, my webserver and elasticsearch @@ -55,5 +55,4 @@ __A__: A simple nginx virtual host and proxy configuration can be found in the s ### Support -Introduction videos can be found at [http://three.kibana.org/about.html](http://three.kibana.org/about.html) If you have questions or comments the best place to reach me is #logstash or #elasticsearch on irc.freenode.net