Hi, I have created an index with field location of type Geo_point in the Kibana console. I do not want to configure the logstash config file to create the location filed in geo json format.
Instead I want to create a scripted field for the field name Location.
When I create it using type string it the lat and long values correctly come as - 23.565, 78.909.
But when I create it using the type number, only the first value is given - 23.565.
My Scripted field screenshot using type Number is attached below,
Kindly help 

