Spellchecked & incorporated Tanya's "What's New" comments.

This commit is contained in:
debadair 2015-02-14 11:31:28 -08:00
parent d23dc1adba
commit a4cd50ddb7
2 changed files with 4 additions and 5 deletions

View file

@ -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"`. |The host to bind the Kibana server to. Default: `host: "0.0.0.0"`.
|`elasticsearch_url` |`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` |`elasticsearch_preserve_host`
|By default, the host specified in the incoming request from the browser is specified as the host in the |By default, the host specified in the incoming request from the browser is specified as the host in the

View file

@ -16,9 +16,9 @@ new ones:
** Data Table ** Data Table
** Line Chart ** Line Chart
** Markdown Text Widget ** Markdown Text Widget
** Metric
** Pie Chart (including "doughnut" charts) ** Pie Chart (including "doughnut" charts)
** Raw Document Widget ** Raw Document Widget
** Single Metric Widget
** Tile Map ** Tile Map
** Vertical Bar Chart ** Vertical Bar Chart
* Drag and drop dashboard builder that enables you to quickly add, rearrange, * 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 display new types of visualizations, such as "doughnut" charts
* New URL format eliminates the need for templated and scripted dashboards * New URL format eliminates the need for templated and scripted dashboards
* Better mobile experience * 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 * SSL encryption for client requests as well as requests to and from Elasticsearch
* Search result highlighting * Search result highlighting
* Easy to access and export the data behind any visualization: * Easy to access and export the data behind any visualization:
@ -53,7 +53,6 @@ display new types of visualizations, such as "doughnut" charts
[float] [float]
[[nuts-bolts]] [[nuts-bolts]]
=== Nuts and 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 binaries are provided for Linux, Windows, and Mac OS
* Uses the D3 framework to display visualizations * Uses the D3 framework to display visualizations