Adds documentation for raw and formatted data exports from visualizations.

This commit is contained in:
Paul Echeverri 2015-07-28 17:49:47 -07:00 committed by Paul Echeverri
parent fe0c7c5029
commit c5f85c3f94
9 changed files with 69 additions and 1 deletions

View file

@ -68,3 +68,9 @@ values.
this box to change both upper and lower bounds to match the values returned in the data.
*Show Tooltip*:: Check this box to enable the display of tooltips.
*Show Legend*:: Check this box to enable the display of a legend next to the chart.
[float]
[[area-viewing-detailed-information]]
==== Viewing Detailed Information
include::visualization-raw-data.asciidoc[]

View file

@ -137,6 +137,10 @@ grid includes the query duration, the request duration, the total number of reco
index pattern used to make the query.
image:images/NYCTA-Statistics.jpg[]
To export the raw data behind the visualization as a comma-separated-values (CSV) file, click on either the
*Raw* or *Formatted* links at the bottom of any of the detailed information tabs. A raw export contains the data as it
is stored in Elasticsearch. A formatted export contains the results of any applicable Kibana [field formatters].
[float]
[[changing-the-visualization]]
=== Changing the Visualization

View file

@ -72,3 +72,9 @@ Checkboxes are available to enable and disable the following behaviors:
*Show partial rows*:: Check this box to display a row even when there is no result.
NOTE: Enabling these behaviors may have a substantial effect on performance.
[float]
[[datatable-viewing-detailed-information]]
=== Viewing Detailed Information
include::visualization-raw-data.asciidoc[]

View file

@ -53,10 +53,16 @@ changes* button to keep your visualization in its current state.
[float]
[[bubble-chart]]
=== Bubble Charts
==== Bubble Charts
You can convert a line chart visualization to a bubble chart by performing the following steps:
. Click *Add Metrics* for the visualization's Y axis, then select *Dot Size*.
. Select a metric aggregation from the drop-down list.
. In the *Options* tab, uncheck the *Show Connecting Lines* box.
. Click the *Apply changes* button.
[float]
[[line-viewing-detailed-information]]
==== Viewing Detailed Information
include::visualization-raw-data.asciidoc[]

View file

@ -18,3 +18,9 @@ NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you
The availability of these options varies depending on the aggregation you choose.
Click the *Options* tab to change the font used to display the metrics.
[float]
[[metric-viewing-detailed-information]]
==== Viewing Detailed Information
include::visualization-raw-data.asciidoc[]

View file

@ -80,3 +80,9 @@ Select the *Options* tab to change the following aspects of the table:
After changing options, click the green *Apply changes* button to update your visualization, or the grey *Discard
changes* button to keep your visualization in its current state.
[float]
[[pie-viewing-detailed-information]]
==== Viewing Detailed Information
include::visualization-raw-data.asciidoc[]

View file

@ -134,3 +134,9 @@ across the map to zoom in on the selection.
geohash buckets that have at least one result.
* Click the *Latitude/Longitude Filter* image:images/viz-lat-long-filter.png[] button, then drag a bounding box across the
map, to create a filter for the box coordinates.
[float]
[[tilemap-viewing-detailed-information]]
==== Viewing Detailed Information
include::visualization-raw-data.asciidoc[]

View file

@ -45,3 +45,9 @@ Checkboxes are available to enable and disable the following behaviors:
*Show Legend*:: Check this box to enable the display of a legend next to the chart.
*Scale Y-Axis to Data Bounds*:: The default Y axis bounds are zero and the maximum value returned in the data. Check
this box to change both upper and lower bounds to match the values returned in the data.
[float]
[[vertbar-viewing-detailed-information]]
==== Viewing Detailed Information
include::visualization-raw-data.asciidoc[]

View file

@ -0,0 +1,22 @@
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:
.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.
.Request
The raw request used to query the server, presented in JSON format.
.Response
The raw response from the server, presented in JSON format.
.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.
To export the raw data behind the visualization as a comma-separated-values (CSV) file, click on either the
*Raw* or *Formatted* links at the bottom of any of the detailed information tabs. A raw export contains the data as it
is stored in Elasticsearch. A formatted export contains the results of any applicable Kibana
<<managing-fields,field formatters>>.