mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Update aggregation reference docs for 7.14 (#101931)
* Update aggregation reference docs for 7.13 * Add more reference about filtered metrics * [Lens] Document updates for 7.14 Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
ff5ecc3420
commit
2c17897f06
3 changed files with 17 additions and 5 deletions
|
@ -23,7 +23,7 @@ This reference can help simplify the comparison if you need a specific feature.
|
|||
|
||||
| Table with summary row
|
||||
^| X
|
||||
|
|
||||
^| X
|
||||
|
|
||||
|
|
||||
|
|
||||
|
@ -65,7 +65,7 @@ This reference can help simplify the comparison if you need a specific feature.
|
|||
|
||||
| Heat map
|
||||
^| X
|
||||
|
|
||||
^| X
|
||||
|
|
||||
|
|
||||
^| X
|
||||
|
@ -333,7 +333,7 @@ build their advanced visualization.
|
|||
|
||||
| Math on aggregated data
|
||||
|
|
||||
|
|
||||
^| X
|
||||
^| X
|
||||
^| X
|
||||
^| X
|
||||
|
@ -352,6 +352,13 @@ build their advanced visualization.
|
|||
^| X
|
||||
^| X
|
||||
|
||||
| Time shifts
|
||||
|
|
||||
^| X
|
||||
^| X
|
||||
^| X
|
||||
^| X
|
||||
|
||||
| Fully custom {es} queries
|
||||
|
|
||||
|
|
||||
|
|
|
@ -30,13 +30,16 @@
|
|||
[[lens-editor]]
|
||||
=== Lens
|
||||
|
||||
*Lens* is the drag and drop editor that creates visualizations of your data.
|
||||
*Lens* is the drag and drop editor that creates visualizations of your data, recommended for most
|
||||
users.
|
||||
|
||||
With *Lens*, you can:
|
||||
|
||||
* Use the automatically generated suggestions to change the visualization type.
|
||||
* Create visualizations with multiple layers and indices.
|
||||
* Change the aggregation and labels to customize the data.
|
||||
* Perform math on aggregations using *Formula*.
|
||||
* Use time shifts to compare data at two times, such as month over month.
|
||||
|
||||
[role="screenshot"]
|
||||
image:dashboard/images/lens_advanced_1_1.png[Lens]
|
||||
|
|
|
@ -300,7 +300,9 @@ image::images/lens_missing_values_strategy.png[Lens Missing values strategies me
|
|||
[[is-it-possible-to-change-the-scale-of-Y-axis]]
|
||||
===== Is it possible to statically define the scale of the y-axis in a visualization?
|
||||
|
||||
The ability to start the y-axis from another value than 0, or use a logarithmic scale, is unsupported in *Lens*.
|
||||
Yes, you can set the bounds on bar, line and area chart types in Lens, unless using percentage mode. Bar
|
||||
and area charts must have 0 in the bounds. Logarithmic scales are unsupported in *Lens*.
|
||||
To set the y-axis bounds, click the icon representing the axis you want to customize.
|
||||
|
||||
[float]
|
||||
[[is-it-possible-to-have-pagination-for-datatable]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue