# Disable geo lookup in logstash

**URL:** https://discuss.elastic.co/t/disable-geo-lookup-in-logstash/342557
**Category:** Elasticsearch
**Created:** [September 7, 2023, 9:55pm UTC](https://discuss.elastic.co/t/disable-geo-lookup-in-logstash/342557 "2023-09-07T21:55:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![trwillis](https://avatars.discourse-cdn.com/v4/letter/t/9fc348/32.png) [@trwillis](https://discuss.elastic.co/u/trwillis)
#### Post date: [September 7, 2023, 9:55pm UTC](https://discuss.elastic.co/t/disable-geo-lookup-in-logstash/342557/1 "2023-09-07T21:55:23Z")

</div>

I am parsing firewall logs and I don't want logstash to try and do geo parsing. My firewall logs already have the geo information. How can I disable geo parsing so I stop getting \_geoip\_lookup\_failure?

---

<div class="post-metadata">

### Author: ![leandrojmp](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/leandrojmp/32/107231_2.png) [@leandrojmp](https://discuss.elastic.co/u/leandrojmp)
#### Post date: [September 7, 2023, 10:57pm UTC](https://discuss.elastic.co/t/disable-geo-lookup-in-logstash/342557/2 "2023-09-07T22:57:39Z")

</div>

> [@trwillis](#):
>
> I don't want logstash to try and do geo parsing

Logstash will only try to add any geo location information if you added a `geoip` filter in your logstash configuration.

You need to check your Logstash configuration and remove the `geoip` filter.

---

<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 5, 2023, 10:57pm UTC](https://discuss.elastic.co/t/disable-geo-lookup-in-logstash/342557/3 "2023-10-05T22:57:59Z")

</div>

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