Geo location problems?

I am using the geoip processor in Data Prepper, but the data does not work with OpenSearch maps? How can I make this data useable for the map feature? All the documentation seems to be for things like Logstash, not Data Prepper.

Is there anyway to convert the values to the geo_point format?

@curlquest Did you create index template with proper geo_point mapping before ingesting data?

Okay, thank you I was able to get those converted to geo_point. Now I just need to figure how how to combine srcaddr.latitude and srcaddr.longitude into one location field, do you know how to do that? Sorry