I am not seeing any ‘geo_location’ field in my elasticsearch sink I want to map it to elasticsearch’s geopoint. Do I need to setup something extra here. I have created a structured event.
"geo_region_name": null,"geo_longitude": null,"geo_latitude": null,"geo_zipcode": null,"geo_city": null,"geo_region": null,"geo_country": null,
Why are all these other fields null, am I missing some enrichment step in between?