# Index with geo\_point entry doe not show up in Maps/Heatmap

**URL:** https://discuss.elastic.co/t/index-with-geo-point-entry-doe-not-show-up-in-maps-heatmap/252458
**Category:** Kibana
**Created:** [October 18, 2020, 5:53pm UTC](https://discuss.elastic.co/t/index-with-geo-point-entry-doe-not-show-up-in-maps-heatmap/252458 "2020-10-18T17:53:31Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Poltsi](https://avatars.discourse-cdn.com/v4/letter/p/fbc32d/32.png) [@Poltsi](https://discuss.elastic.co/u/Poltsi)
#### Post date: [October 18, 2020, 5:53pm UTC](https://discuss.elastic.co/t/index-with-geo-point-entry-doe-not-show-up-in-maps-heatmap/252458/1 "2020-10-18T17:53:31Z")

</div>

I'm importing some old apache logs through logstash to ES, and one step is converting the ip address to coordinates.

Originally I did not update the index template of logstash to use geo\_point for the coordinates-field so I deleted the index and started the import from beginning.

The index now seems to properly recognise tieh coordinates-field as a geo\_point when inspecting the mappings:

```auto
        "coordinates": {
          "type": "geo_point",
          "ignore_malformed": false,
          "ignore_z_value": true
        },

```

However when I go over to Kibana / Maps / Create map / Add layer / Heat map, the dropdown does not list the logstash index. If I manually type logstash in the index pattern text box, I get " **logstash** doesn't match any options".

Why doesn't the heat map creation identify the index which has geo\_point entries?

---

<div class="post-metadata">

### Author: ![Poltsi](https://avatars.discourse-cdn.com/v4/letter/p/fbc32d/32.png) [@Poltsi](https://discuss.elastic.co/u/Poltsi)
#### Post date: [October 18, 2020, 7:25pm UTC](https://discuss.elastic.co/t/index-with-geo-point-entry-doe-not-show-up-in-maps-heatmap/252458/2 "2020-10-18T19:25:45Z")

</div>

Found the problem.

I had at one point created a Management / Stack Management / Kibana / Index Patterns from the old index file which had the old field definitions.

Duh...

So for the sake of completeness, the solution was to remove the old index pattern, and replace it with a new one derived from the corrected index.

---

<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: [October 29, 2020, 5:19pm UTC](https://discuss.elastic.co/t/index-with-geo-point-entry-doe-not-show-up-in-maps-heatmap/252458/3 "2020-10-29T17:19:44Z")

</div>

Thanks for updating with your solution!

---

<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: [November 26, 2020, 5:19pm UTC](https://discuss.elastic.co/t/index-with-geo-point-entry-doe-not-show-up-in-maps-heatmap/252458/4 "2020-11-26T17:19:50Z")

</div>

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