# Add Geopoint based off of parsed value to logstash config

**URL:** https://discuss.elastic.co/t/add-geopoint-based-off-of-parsed-value-to-logstash-config/26580
**Category:** Logstash
**Created:** [July 30, 2015, 3:55pm UTC](https://discuss.elastic.co/t/add-geopoint-based-off-of-parsed-value-to-logstash-config/26580 "2015-07-30T15:55:41Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![russK](https://avatars.discourse-cdn.com/v4/letter/r/9fc348/32.png) [@russK](https://discuss.elastic.co/u/russK)
#### Post date: [July 30, 2015, 6:48pm UTC](https://discuss.elastic.co/t/add-geopoint-based-off-of-parsed-value-to-logstash-config/26580/3 "2015-07-30T18:48:41Z")

</div>

Sorry for the confusion, that was only an excerpt from my logstash configuration file.

Your suggestion passes the debug flag, but the location points still don't show up in the tile map. Can I change the second conversion to:

```
  convert => {
    "[location][lat]" => "float"
    "[location][lon]" => "float"
    "[location]" => "geo_point"
  }

```

Or is there a different recommended way to drop the pin of the location into a format that the tile map can pick up?

Again thank you for the assistance thus far!

---

_[View the full topic](https://discuss.elastic.co/t/add-geopoint-based-off-of-parsed-value-to-logstash-config/26580)._
