Aggregation by terms on the coordinate map kibana

Hi All,

I am using elasticsearch and kibana 6.5.4 version. I have geo-coordinates in my data that related to India. so i am able to view the geomap properly. I got graph like sum(myamount) by coordinates in my graph. but i want sum(myamount) by region. In the on hover of each coordinate it should show the coordinates along with regions . is this possible in coordinates map please advice me.

Thanks
Phani

If you want to use it by region, you should use the Region Map.https://www.elastic.co/guide/en/kibana/current/regionmap.html

Right now we have no pre-built vector map for India regions, but there is also a guideline on how to build one in the documentation.
After this is done, you just have to use a Split by Terms aggregation with the field that contains the region UID that you've defined in the vector map for each region.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.