Reproduction steps in Opendistro with ELK 7.10.2:
- create index with mapping:
"mappings": {
"properties": {
"location": {
"type": "geo_point"
}
}
}
- index data to end up with ~100 documents with data such as this:
"_source" : {
"some_data" : 92.47,
"date" : "2022-03-10T09:33:28",
"location" : "40.450655,11.510062"
}
- create a coordinate map visualization of the data and end up with something like this:
https://example.com/kibana/app/visualize#/edit/12345e00-a451-11ec-8b15-53c1ccd54321?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))&_a=(filters:!(),linked:!f,query:(language:kuery,query:''),uiState:(mapCenter:!(45.44664375276735,10.377960205078125),mapZoom:11),vis:(aggs:!((enabled:!t,id:'1',params:(field:some_data),schema:metric,type:max),(enabled:!t,id:'2',params:(autoPrecision:!t,field:location,isFilteredByCollar:!t,precision:2,useGeocentroid:!t),schema:segment,type:geohash_grid)),params:(addTooltip:!t,colorSchema:'Yellow%20to%20Red',heatClusterSize:1.5,isDesaturated:!t,legendPosition:bottomright,mapCenter:!(0,0),mapType:'Scaled%20Circle%20Markers',mapZoom:2,wms:(enabled:!f,options:(attribution:'',format:image%2Fpng,layers:'',styles:'',transparent:!t,version:''),selectedTmsLayer:(attribution:'%26lt;p%26gt;Map%20tiles%20by%20%26lt;a%20href%3D%26quot;http:%2F%2Fstamen.com%26quot;%26gt;Stamen%20Design%26lt;%2Fa%26gt;,%20under%20%26lt;a%20href%3D%26quot;http:%2F%2Fcreativecommons.org%2Flicenses%2Fby%2F3.0%26quot;%26gt;CC%20BY%203.0%26lt;%2Fa%26gt;.%20Data%20by%20%26lt;a%20href%3D%26quot;http:%2F%2Fopenstreetmap.org%26quot;%26gt;OpenStreetMap%26lt;%2Fa%26gt;,%20under%20ODbL(%26lt;a%20href%3D%26quot;http:%2F%2Fwww.openstreetmap.org%2Fcopyright%26quot;%26gt;http:%2F%2Fwww.openstreetmap.org%2Fcopyright%26lt;%2Fa%26gt;).%26lt;%2Fp%26gt;%0A',id:'TMS%20in%20config%2Fkibana.yml',maxZoom:24,minZoom:0,origin:self_hosted,url:'https:%2F%2Fstamen-tiles.a.ssl.fastly.net%2Fterrain%2F%7Bz%7D%2F%7Bx%7D%2F%7By%7D.jpg'),url:'')),title:demo_map_stamen,type:tile_map))
- Add the visualization to a dashboard, save it, and start trying to zoom in and out:
click “+” once and get the image in my next comment (I am limited to one image per reply).
I hope that my description is understandable!
Best
Adam