Merge pull request #3091 from palecur/doc-alpha

Docs Release candidate
This commit is contained in:
Spencer 2015-02-18 17:05:12 -07:00
commit 42ec9953dc
19 changed files with 23 additions and 17 deletions

View file

@ -5,7 +5,7 @@ A Kibana _dashboard_ displays a set of saved visualizations in groups that you c
dashboard to share or reload at a later time.
.Sample dashboard
image:images/tfl-dashboard.png[Example dashboard]
image:images/NYCTA-Dashboard.jpg[Example dashboard]
[float]
[[getting-started]]
@ -19,7 +19,7 @@ You need at least one saved <<visualize, visualization>> to use a dashboard.
The first time you click the *Dashboard* tab, Kibana displays an empty dashboard.
image:images/NewDashboard.png[New Dashboard screen]
image:images/NewDashboard.jpg[New Dashboard screen]
Build your dashboard by adding visualizations.
@ -108,22 +108,28 @@ container from a dashboard does not delete the saved visualization in that conta
To display the raw data behind the visualization, click the bar at the bottom of the container. Tabs with detailed
information about the raw data replace the visualization, as in this example:
[horizontal]
*Table*:: A representation of the underlying data, presented as a paginated data grid. You can sort the items
.Table
A representation of the underlying data, presented as a paginated data grid. You can sort the items
in the table by clicking on the table headers at the top of each column.
image:images/NYCTA-Table.png[]
*Request*:: The raw request used to query the server, presented in JSON format.
image:images/NYCTA-Request.png[]
*Response*:: The raw response from the server, presented in JSON format.
image:images/NYCTA-Response.png[]
*Statistics*:: A summary of the statistics related to the request and the response, presented as a data grid. The data
image:images/NYCTA-Table.jpg[]
.Request
The raw request used to query the server, presented in JSON format.
image:images/NYCTA-Request.jpg[]
.Response
The raw response from the server, presented in JSON format.
image:images/NYCTA-Response.jpg[]
.Statistics
A summary of the statistics related to the request and the response, presented as a data grid. The data
grid includes the query duration, the request duration, the total number of records found on the server, and the
index pattern used to make the query.
image:images/NYCTA-Statistics.png[]
image:images/NYCTA-Statistics.jpg[]
[float]
[[changing-the-visualization]]
=== Changing the Visualization
Click the _Edit_ button image:images/EditVis.png[Pencil button] at the top right of a container to open the
visualization in the <<visualize,Visualize>> page.
visualization in the <<visualize,Visualize>> page.

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

BIN
docs/images/NYCTA-Table.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

BIN
docs/images/NewViz01.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 KiB

BIN
docs/images/VizEditor.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

View file

@ -19,4 +19,4 @@ include::settings.asciidoc[]
include::production.asciidoc[]
include::whats-new.asciidoc[]
include::whats-new.asciidoc[]

View file

@ -9,7 +9,7 @@ data source types:
* A saved search
* An existing saved visualization
Visualizations rely on the {ref}/search-aggregations.html[aggregation] feature introduced in Elasticsearch 1.0.
Visualizations are based on the {ref}/search-aggregations.html[aggregation] feature introduced in Elasticsearch 1.
[float]
[[createvis]]
@ -25,7 +25,7 @@ button] in the toolbar to the right of the search bar. The wizard guides you thr
The New Visualization wizard starts with the following page:
image:images/NewViz01.png[]
image:images/NewViz01.jpg[]
You can also load a saved visualization that you created earlier. The saved visualization selector includes a text
field to filter by visualization name and a link to the Object Editor, accessible through *Settings > Edit Saved
@ -59,7 +59,7 @@ main elements:
2. <<aggregation-builder,Aggregation Builder>>
3. <<preview-canvas,Preview Canvas>>
image:images/VizEditor.png[]
image:images/VizEditor.jpg[]
[float]
[[toolbar-panel]]
@ -131,4 +131,4 @@ To render the visualization on the _preview canvas_, click the *Apply* button at
===== Preview Canvas
The preview canvas displays a preview of the visualization you've defined in the aggregation builder. To refresh the
visualization preview, clicking the *Refresh* button image:images/K4Refresh.png[Refresh button] on the toolbar.
visualization preview, clicking the *Refresh* button image:images/K4Refresh.png[Refresh button] on the toolbar.