I have data which is mapped with:
"location" : {
"properties" : {
"lon" : {
"type" : "long"
},
"lat" : {
"type" : "long"
}
}
}
I want to use visualization on my dashboard, but Geohash says there's no geo point in my index. Can I change just type from long to geo_point or I need to use whole field location as geo_point?