diff --git a/README.md b/README.md index 5b52f9a89e7..c32cc40ecd3 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,16 @@ Kibana 3 is completely new version of Kibana written entirely in HTML and Javasc the Kibana 2 repository at [https://github.com/rashidkpc/Kibana](https://github.com/rashidkpc/Kibana) ### Important! -The index pattern format has changed in Kibana 3 milestone 2. Please update your index pattern in the -timepicker panel for any dashboards you've built. The default has been updated. +The dashboard storage format has changed in Kibana 3 milestone 3. Existing dashboards are unfortunately not backward compatible. However there's some great new features: +* Every panel support multi-query +* Customizable query colors and labels +* Queries, label and colors are synced across panels at all times +* New filtering functionality +* Filters can be toggled and removed +* Drill down won't overwrite your queries, labels or colors +* Confusing group functionality has been removed +* 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) diff --git a/panels/map/editor.html b/panels/map/editor.html index 9335cb82dbb..a9c0af438e8 100644 --- a/panels/map/editor.html +++ b/panels/map/editor.html @@ -11,13 +11,6 @@ -
-
-
Query
- - -
-
Map
diff --git a/panels/table/editor.html b/panels/table/editor.html index ddf1e26d787..25c00a77294 100644 --- a/panels/table/editor.html +++ b/panels/table/editor.html @@ -68,14 +68,6 @@ -
Panel Spy