From a4cd50ddb706961c8706d7f158829d8743bd44a4 Mon Sep 17 00:00:00 2001 From: debadair Date: Sat, 14 Feb 2015 11:31:28 -0800 Subject: [PATCH] Spellchecked & incorporated Tanya's "What's New" comments. --- docs/settings.asciidoc | 2 +- docs/whats-new.asciidoc | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/settings.asciidoc b/docs/settings.asciidoc index c6e23bd4e715..1c7c937d76dc 100644 --- a/docs/settings.asciidoc +++ b/docs/settings.asciidoc @@ -301,7 +301,7 @@ connect to Elasticsearch running on a different machine, you'll need to update y |The host to bind the Kibana server to. Default: `host: "0.0.0.0"`. |`elasticsearch_url` -|The Elasticsearch instance where the indexes you want to query reside. Default: `elasticsearch_url: "http://localhost:9200"`. +|The Elasticsearch instance where the indices you want to query reside. Default: `elasticsearch_url: "http://localhost:9200"`. |`elasticsearch_preserve_host` |By default, the host specified in the incoming request from the browser is specified as the host in the diff --git a/docs/whats-new.asciidoc b/docs/whats-new.asciidoc index bed1c518ad00..cb0f26730cc6 100644 --- a/docs/whats-new.asciidoc +++ b/docs/whats-new.asciidoc @@ -16,9 +16,9 @@ new ones: ** Data Table ** Line Chart ** Markdown Text Widget -** Metric ** Pie Chart (including "doughnut" charts) ** Raw Document Widget +** Single Metric Widget ** Tile Map ** Vertical Bar Chart * Drag and drop dashboard builder that enables you to quickly add, rearrange, @@ -41,7 +41,7 @@ searches to visualizations and add the same visualization to multiple dashboards display new types of visualizations, such as "doughnut" charts * New URL format eliminates the need for templated and scripted dashboards * Better mobile experience -* Faster dashboard loading thanks to a reduction in the number HTTP calls needed to load the page +* Faster dashboard loading due to a reduction in the number HTTP calls needed to load the page * SSL encryption for client requests as well as requests to and from Elasticsearch * Search result highlighting * Easy to access and export the data behind any visualization: @@ -53,7 +53,6 @@ display new types of visualizations, such as "doughnut" charts [float] [[nuts-bolts]] === Nuts and Bolts -* Ships with its own webserver and uses Node.js on the backend. Installation +* Ships with its own webserver and uses Node.js on the backend--installation binaries are provided for Linux, Windows, and Mac OS * Uses the D3 framework to display visualizations -