kibana/docs/user/dashboard/aggregation-reference.asciidoc
Kaarina Tungseth c84532aade
[DOCS] Dashboard-first docs refresh (#76194)
* [DOCS] Dashboard-first refresh

* Fixes broken links and partinto error

* Fixes images in panel table

* Fixes broken links

* Fixes broken drilldowns link

* Fixes images and table

* Removed un needed files and added edit content

* Update docs/getting-started/tutorial-visualizing.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Review comments

* Review comments

* Removed blocks

* Typo fix

* Update docs/getting-started/tutorial-sample-data.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

* Update docs/getting-started/tutorial-discovering.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

* Update docs/getting-started/tutorial-sample-data.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

* Update docs/getting-started/tutorial-visualizing.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

* Update docs/user/dashboard/edit-dashboards.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

* Update docs/user/dashboard/dashboard.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

* Update docs/user/dashboard/dashboard.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

* Update docs/user/dashboard/aggregation-reference.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

* Review comments

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
2020-09-03 16:34:25 -05:00

242 lines
2.2 KiB
Text

[[aggregation-reference]]
== Aggregation reference
{kib} supports many types of {ref}/search-aggregations.html[{es} aggregations] that you can use to build complex summaries of your data.
By using a series of {es} aggregations to extract and process your data, you can create panels that tell a
story about the trends, patterns, and outliers in your data.
[float]
[[bucket-aggregations]]
=== Bucket aggregations
For information about Elasticsearch bucket aggregations, refer to {ref}/search-aggregations-bucket.html[Bucket aggregations].
[options="header"]
|===
| Type | Visualizations | Data table | Markdown | Lens | TSVB
| Histogram
^| X
^| X
^| X
|
|
| Date histogram
^| X
^| X
^| X
^| X
^| X
| Date range
^| X
^| X
^| X
|
|
| Filter
^| X
^| X
^| X
|
^| X
| Filters
^| X
^| X
^| X
|
^| X
| GeoHash grid
^| X
^| X
^| X
|
|
| IP range
^| X
^| X
^| X
|
|
| Range
^| X
^| X
^| X
|
|
| Terms
^| X
^| X
^| X
^| X
^| X
| Significant terms
^| X
^| X
^| X
|
^| X
|===
[float]
[[metrics-aggregations]]
=== Metrics aggregations
For information about Elasticsearch metrics aggregations, refer to {ref}/search-aggregations-metrics.html[Metrics aggregations].
[options="header"]
|===
| Type | Visualizations | Data table | Markdown | Lens | TSVB
| Average
^| X
^| X
^| X
^| X
^| X
| Sum
^| X
^| X
^| X
^| X
^| X
| Unique count (Cardinality)
^| X
^| X
^| X
^| X
^| X
| Max
^| X
^| X
^| X
^| X
^| X
| Min
^| X
^| X
^| X
^| X
^| X
| Percentiles
^| X
^| X
^| X
|
^| X
| Percentiles Rank
^| X
^| X
^| X
|
^| X
| Top hit
^| X
^| X
^| X
|
^| X
| Value count
|
|
|
|
^| X
|===
[float]
[[pipeline-aggregations]]
=== Pipeline aggregations
For information about Elasticsearch pipeline aggregations, refer to {ref}/search-aggregations-pipeline.html[Pipeline aggregations].
[options="header"]
|===
| Type | Visualizations | Data table | Markdown | Lens | TSVB
| Avg bucket
^| X
^| X
^| X
|
^| X
| Derivative
^| X
^| X
^| X
|
^| X
| Max bucket
^| X
^| X
^| X
|
^| X
| Min bucket
^| X
^| X
^| X
|
^| X
| Sum bucket
^| X
^| X
^| X
^|
^| X
| Moving average
^| X
^| X
^| X
^|
^| X
| Cumulative sum
^| X
^| X
^| X
^|
^| X
| Bucket script
|
|
|
|
^| X
| Serial differencing
^| X
^| X
^| X
|
^| X
|===