- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.8
- Get started
- Set up Kibana
- Discover
- Dashboard
- Canvas
- Maps
- Machine learning
- Graph
- Visualize
- Logs
- Metrics
- APM
- Uptime
- SIEM
- Dev Tools
- Stack Monitoring
- Management
- Advanced Settings
- Alerts and Actions
- Beats Central Management
- Cross-Cluster Replication
- Index Lifecycle Policies
- Index Management
- Ingest Node Pipelines
- Index patterns and fields
- License Management
- Numeral Formatting
- Remote Clusters
- Rollup Jobs
- Saved Objects
- Security
- Snapshot and Restore
- Spaces
- Upgrade Assistant
- Watcher
- Ingest Manager
- Reporting
- Alerting and Actions
- REST API
- Kibana plugins
- Accessibility
- Limitations
- Breaking Changes
- Release Notes
- 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
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
editGrid aggregation layers use GeoTile grid aggregation to group your documents into grids. You can calculate metrics for each gridded cell.
Symbolize grid aggregation metrics as:
- Clusters
- Creates a vector layer with a cluster symbol for each gridded cell. The cluster 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.
To enable a grid aggregation layer:
- Click Add layer, then select the Clusters and grids or Heat map layer.
To enable a blended layer that dynamically shows clusters or documents:
- Click Add layer, then select the Documents layer.
- Configure Index pattern and the Geospatial field. To enable clustering, the Geospatial field must be set to a field mapped as geo_point.
- In Scaling, select Show clusters when results exceed 10000.
Was this helpful?
Thank you for your feedback.