- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.10
- Quick start
- Set up
- Discover
- Dashboard
- Edit dashboards
- Explore dashboard data
- Create custom dashboard actions
- Share dashboards
- Tutorials
- Compare sales over time with Lens
- Create your first visualization with Vega-Lite
- Update Kibana filters from Vega
- Create time series visualizations with Timelion
- Timelion tutorial: Create visualizations with mathematical functions
- Create visualizations with conditional logic and tracking trends using Timelion
- Aggregation reference
- Vega reference
- Canvas
- Maps
- Machine learning
- Graph
- Observability
- APM
- Elastic Security
- Dev Tools
- Stack Monitoring
- Stack Management
- Fleet
- Reporting
- Alerting and Actions
- REST API
- Kibana plugins
- Accessibility
- Breaking Changes
- Release Notes
- Kibana 7.10.2
- Kibana 7.10.1
- Kibana 7.10.0
- Kibana 7.9.3
- Kibana 7.9.2
- Kibana 7.9.1
- Kibana 7.9.0
- Kibana 7.8.1
- Kibana 7.8.0
- Kibana 7.7.1
- Kibana 7.7.0
- Kibana 7.6.2
- Kibana 7.6.1
- Kibana 7.6.0
- Kibana 7.5.2
- Kibana 7.5.1
- Kibana 7.5.0
- Kibana 7.4.2
- Kibana 7.4.1
- Kibana 7.4.0
- Kibana 7.3.2
- Kibana 7.3.1
- Kibana 7.3.0
- Kibana 7.2.1
- Kibana 7.2.0
- Kibana 7.1.1
- Kibana 7.1.0
- Kibana 7.0.1
- Kibana 7.0.0
- Kibana 7.0.0-rc2
- Kibana 7.0.0-rc1
- Kibana 7.0.0-beta1
- Kibana 7.0.0-alpha2
- Kibana 7.0.0-alpha1
- Developer guide
Aggregation reference
editAggregation reference
editKibana supports many types of Elasticsearch aggregations that you can use to build complex summaries of your data.
By using a series of Elasticsearch aggregations to extract and process your data, you can create panels that tell a story about the trends, patterns, and outliers in your data.
Bucket aggregations
editFor information about Elasticsearch bucket aggregations, refer to Bucket aggregations.
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 |
Metrics aggregations
editFor information about Elasticsearch metrics aggregations, refer to Metrics aggregations.
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 |
Pipeline aggregations
editFor information about Elasticsearch pipeline aggregations, refer to Pipeline aggregations.
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 |