I need to convert data type in logstash to send it to kibana , right now kibana recieve it like long type y want to convert into geolocation to use kibana´s map
i have this :
{ "varname":[ { "name": "Alpha", "locationB": [3.14159,2.8283] }, { "name": "Beta","locationB": [3.14159,2.8283] }, ... ] }
I need how to know to get this in filebeat to use in kibana