We are sending https requests to ingest data. How can the request be formatted so that Elastic dynamically maps the 'geo_point' field as type:point and not text or number? Thank you!
curl -X POST "https://in-https.URL" -H 'Content-Type: application/json' -d'
{
"geo_point": -71.34, 41.12
}
'