Hi @snicoll,
We do not redistribute the dashboards themselves, since they are pretty specific to the example data used. But I can point you towards some blog posts that describe several use-cases for geographic data and coordinate maps:
- https://www.elastic.co/blog/earthquake-data-with-the-elastic-stack shows how to visualize earthquake data including a link to the dataset and dashboard used
- https://www.elastic.co/blog/kibana-and-a-custom-tile-server-for-nhl-data describes the use of a custom map data server for specific uses, also including the dataset
- https://www.elastic.co/blog/geoip-in-the-elastic-stack talks about geo information in the Elastic Stack as a whole
- https://www.elastic.co/blog/operational-analytics-with-elasticsearch-at-elasticon-2017-part-1 and https://www.elastic.co/blog/operational-analytics-with-elasticsearch-at-elasticon-2017-part-2 present the operational analytics setup we created for Elastic{ON} 2017
Last, but not least, version 5.5.0 of Kibana added another map type, the region map, which is well suited for abstract or custom geographic visualizations. It sounds like your requestCountry
field could be mapped quite easily to such a region map.