# Logstah geoIp filter for kibana Map

**URL:** https://discuss.elastic.co/t/logstah-geoip-filter-for-kibana-map/199226
**Category:** Logstash
**Created:** [September 12, 2019, 10:08am UTC](https://discuss.elastic.co/t/logstah-geoip-filter-for-kibana-map/199226 "2019-09-12T10:08:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ashok9177](https://avatars.discourse-cdn.com/v4/letter/a/edb3f5/32.png) [@ashok9177](https://discuss.elastic.co/u/ashok9177)
#### Post date: [September 12, 2019, 10:08am UTC](https://discuss.elastic.co/t/logstah-geoip-filter-for-kibana-map/199226/1 "2019-09-12T10:08:55Z")

</div>

Hi can some one help me on Logstash GeoIP filter ? below is my sample log message

> 2019-09-10 13:47:45.678 [INFO] from application in pool-1-thread-21 - SegmentName : ID Verified Longitude : 39.954752, Latitude : 39.954752 for transactionId : oiou9P3JQ-gDoee2

I am using below filter but not useful

> mutate {  
> add\_field =\> ["[geoip][location]", "%{longitude}" ]  
> add\_field =\> ["[geoip][location]", "%{latitude}" ]  
> }
> 
> mutate {  
> convert =\> ["[geoip][location]", "float" ]  
> }
> 
> }

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [October 10, 2019, 10:08am UTC](https://discuss.elastic.co/t/logstah-geoip-filter-for-kibana-map/199226/2 "2019-10-10T10:08:57Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
