Thanks for the reply, I'll try changing coordinates to location. But in kibana when I look at one of the log entries I see the same value for both geoip.location and geoip.coordinates. Honestly I don't know how location gets there in the first place haha.
Here's an example of the geoip entries for one log (as seen from Kibana):
# geoip.area_code ###
t geoip.city_name Franklin
t geoip.continent_code NA
# geoip.coordinates -xx.xxx, yy.yyy
t geoip.country_code2 US
t geoip.country_code3 USA
t geoip.country_name United States
# geoip.dma_code ###
t geoip.ip xx.xx.xx.xx
# geoip.latitude yy.yyy
# geoip.location -xx.xxx, yy.yyy
# geoip.longitude -xx.xxx
t geoip.postal_code abcde
t geoip.real_region_name Massachusetts
t geoip.region_name MA
t geoip.timezone America/New_York
EDIT:
I tried changing "coordinates" to "location" in my logstash config, now the geoip.location field ends up with duplicate values:
I got the Tile map working by reassigning the geoip.location field to one that's not nested (mylocation). I have no idea why this mattered but it seems to be working now.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.