The issue is location is not being shown as geo_point data type so i am not able to use the data in the map section.
Hello there, I have a JSON in below format
{
"id": "******",
"key": "******",
"value": {
"rev": "******"
},
"doc": {
"_id": "******",
"_rev": "******",
"TxID": "******",
"companyID": "******",
"companyName": "xxx.",
"date": "May 12,2020, 12:19:42 PM",
"email": "xxx@gmail.com",
"firstName": "Test",
"ipAddress": "185.221.69.46",
"lastName": "User5",
"~version": "******"
}
}
Please note the field ipAddress, I then use geoip in logstash and it works
geoip {
source => "[doc][ipAddress]"
}
The issue is location is not being shown as geo_point data type so i am not able to use the data in the map section.
The output in KIbana for the JSON
The issue is location is not being shown as geo_point data type so i am not able to use the data in the map section.
Screenshot from my JSON
Please Note - Kibana Sample data works fine it even shows data type as geo_point
Screenshot from Kibana Sample Data below