# Unable to put dstip\_geoip.location on map

**URL:** https://discuss.elastic.co/t/unable-to-put-dstip-geoip-location-on-map/72073
**Category:** Kibana
**Created:** [January 18, 2017, 7:30pm UTC](https://discuss.elastic.co/t/unable-to-put-dstip-geoip-location-on-map/72073 "2017-01-18T19:30:15Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![LeeDr](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/leedr/32/9289_2.png) [@LeeDr](https://discuss.elastic.co/u/LeeDr)
#### Post date: [January 20, 2017, 7:31pm UTC](https://discuss.elastic.co/t/unable-to-put-dstip-geoip-location-on-map/72073/5 "2017-01-20T19:31:14Z")

</div>

Hi Frank,  
I'm going to refer you to some logstash posts like;

> [@Add Geopoint based off of parsed value to logstash config](https://discuss.elastic.co/t/add-geopoint-based-off-of-parsed-value-to-logstash-config/26580/2):
>
> Is that what's in your configuration file? Because it barely resembles Logstash's configuration file syntax. You need something like this: filter { if [XCent] and [YCent] { mutate { add\_field =\> { "[location][lat]" =\> "%{XCent}" "[location][lon]" =\> "%{YCent}" } } mutate { convert =\> { "[location][lat]" =\> "float" "[location][lon]" =\> "float" } } } }

You can also search that logstash forum for `geopoint` to find other posts about it.

If you're still having problems, please post another question there. Also, please include the logstash version you're using as things do change from release to release.

Regards,  
Lee

---

_[View the full topic](https://discuss.elastic.co/t/unable-to-put-dstip-geoip-location-on-map/72073)._
