Deriving country, city, state from geo_point

Hello together,

I searched for related information about Elasticsearch's capabilities for deriving country, city, state fields based on the geo_point information, i.e. based on latitudes and longitudes values. Unfortunately, I did not found relevant information. Therefore I would like to ask here, whether it is possible to derive these columns based on latitudes and longitudes values or not.

Thanks in advance.

ES has no such functionality built in and I haven't heard of a plugin for this either, but it would totally be possible to e.g. write a Logstash plugin to enrich data like you describe.