mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
This overhaul of the docs structure puts Kibana's documentation more inline with the structure that is used in Elasticsearch. This will help us better organize the docs going forward as more docs are added. This also includes a few necessary content changes for 5.0.
27 lines
844 B
Text
27 lines
844 B
Text
[[metric-chart]]
|
|
== Metric
|
|
|
|
A metric visualization displays a single number for each aggregation you select:
|
|
|
|
include::y-axis-aggs.asciidoc[]
|
|
|
|
You can click the *Advanced* link to display more customization options:
|
|
|
|
*JSON Input*:: A text field where you can add specific JSON-formatted properties to merge with the aggregation
|
|
definition, as in the following example:
|
|
|
|
[source,shell]
|
|
{ "script" : "doc['grade'].value * 1.2" }
|
|
|
|
NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you to enable
|
|
{es-ref}modules-scripting.html[dynamic Groovy scripting].
|
|
|
|
The availability of these options varies depending on the aggregation you choose.
|
|
|
|
Click the *Options* tab to display the font size slider.
|
|
|
|
[float]
|
|
[[metric-viewing-detailed-information]]
|
|
=== Viewing Detailed Information
|
|
|
|
include::visualization-raw-data.asciidoc[]
|