- Kibana Guide: other versions:
- Introduction
- Get started
- Set Up Kibana
- Discover
- Visualize
- Creating a Visualization
- Saving Visualizations
- Using rolled up data in a visualization
- Line, Area, and Bar charts
- Controls Visualization
- Data Table
- Markdown Widget
- Metric
- Goal and Gauge
- Pie Charts
- Coordinate Maps
- Region Maps
- Timelion
- TSVB
- Tag Clouds
- Heatmap Chart
- Vega Graphs
- Inspecting Visualizations
- Dashboard
- Canvas
- Graph data connections
- Machine learning
- Elastic Maps
- Code
- Infrastructure
- Logs
- APM
- Uptime
- SIEM
- Dev Tools
- Stack Monitoring
- Management
- Reporting from Kibana
- REST API
- Kibana plugins
- Limitations
- Release Highlights
- Breaking Changes
- Release Notes
- Developer guide
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Grid aggregation
editGrid aggregation
editThe Grid aggregation source uses GeoTile grid aggregation to group your documents into grids. You can calculate metrics for each gridded cell.
You can symbolize grid aggregation metrics as:
- Points
- Creates a vector layer with a point for each gridded cell. The point location is the weighted centroid for all geo-points in the gridded cell.
- Grid rectangles
- Creates a vector layer with a bounding box polygon for each gridded cell.
- Heat map
- Creates a heat map layer that clusters the weighted centroids for each gridded cell.
Was this helpful?
Thank you for your feedback.