mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[Maps] Rename geo_tile display points option to clusters (#54973)
This commit is contained in:
parent
93a11838ad
commit
ca91ec55b4
4 changed files with 6 additions and 6 deletions
|
@ -24,13 +24,13 @@ The *Grid aggregation* source uses {ref}/search-aggregations-bucket-geotilegrid-
|
||||||
|
|
||||||
You can symbolize grid aggregation metrics as:
|
You can symbolize grid aggregation metrics as:
|
||||||
|
|
||||||
*Points*:: Creates a <<vector-layer, 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, vector layer>> with a bounding box polygon for each gridded cell.
|
*Grid rectangles*:: Creates a <<vector-layer, vector layer>> with a bounding box polygon for each gridded cell.
|
||||||
|
|
||||||
*Heat map*:: Creates a <<heatmap-layer, heat map layer>> that clusters the weighted centroids for each gridded cell.
|
*Heat map*:: Creates a <<heatmap-layer, heat map layer>> that clusters the weighted centroids for each gridded cell.
|
||||||
|
|
||||||
|
*Clusters*:: Creates a <<vector-layer, 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.
|
||||||
|
|
||||||
|
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[[maps-top-hits-aggregation]]
|
[[maps-top-hits-aggregation]]
|
||||||
|
|
|
@ -157,7 +157,7 @@ image::maps/images/grid_metrics_both.png[]
|
||||||
. In the map legend, click *Add layer*.
|
. In the map legend, click *Add layer*.
|
||||||
. Click the *Grid aggregation* data source.
|
. Click the *Grid aggregation* data source.
|
||||||
. Set *Index pattern* to *kibana_sample_data_logs*.
|
. Set *Index pattern* to *kibana_sample_data_logs*.
|
||||||
. Set *Show as* to *points*.
|
. Set *Show as* to *clusters*.
|
||||||
. Click the *Add layer* button.
|
. Click the *Add layer* button.
|
||||||
. Set *Name* to `Total Requests and Bytes`.
|
. Set *Name* to `Total Requests and Bytes`.
|
||||||
. Set *Visibility* to the range [0, 9].
|
. Set *Visibility* to the range [0, 9].
|
||||||
|
|
|
@ -19,7 +19,7 @@ NOTE: Document results are limited to the `index.max_result_window` index settin
|
||||||
Use <<maps-aggregations, aggregations>> to plot large data sets.
|
Use <<maps-aggregations, aggregations>> to plot large data sets.
|
||||||
|
|
||||||
*Grid aggregation*:: Geospatial data grouped in grids with metrics for each gridded cell.
|
*Grid aggregation*:: Geospatial data grouped in grids with metrics for each gridded cell.
|
||||||
Set *Show as* to *grid rectangles* or *points*.
|
Set *Show as* to *grid rectangles* or *clusters*.
|
||||||
The index must contain at least one field mapped as {ref}/geo-point.html[geo_point].
|
The index must contain at least one field mapped as {ref}/geo-point.html[geo_point].
|
||||||
|
|
||||||
*EMS Boundaries*:: Administrative boundaries from https://www.elastic.co/elastic-maps-service[Elastic Maps Service].
|
*EMS Boundaries*:: Administrative boundaries from https://www.elastic.co/elastic-maps-service[Elastic Maps Service].
|
||||||
|
|
|
@ -39,7 +39,7 @@ const requestTypeOptions = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: i18n.translate('xpack.maps.source.esGeoGrid.pointsDropdownOption', {
|
label: i18n.translate('xpack.maps.source.esGeoGrid.pointsDropdownOption', {
|
||||||
defaultMessage: 'points',
|
defaultMessage: 'clusters',
|
||||||
}),
|
}),
|
||||||
value: RENDER_AS.POINT,
|
value: RENDER_AS.POINT,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue