I have Kinesis Firehose stream loading data into an Elasticsearch cluster. This data has a latitude and a longitude field. In Elasticsearch I want to visualize this data in a geographical map. But Elasticsearch only accepts the geo_point field type.
How can I map the latitude and longitude fields to a geo point field in Elasticsearch?
Thanks