Can not get geo map even though geoip.location fields exists

Hi Team,

I can not produce coordinate map through geohash. I have found that geohash can be selected and working properly.

Find logstash filter config part.

 geoip
                    {
                            add_tag => [ "GeoIP" ]
                            source => "[c-IP]"
                            target => "[geoip]"
                    }

This config produces following document output in my opendistro kibana cluster.

image

Find my field type -

Still I can not produce coordinate map. Please help me in this. Same config can be found working in testing Elastic co licensed elasticsearch.

Shubham