# Geo\_point not found

**URL:** https://discuss.elastic.co/t/geo-point-not-found/81525
**Category:** Kibana
**Created:** [April 6, 2017, 6:49pm UTC](https://discuss.elastic.co/t/geo-point-not-found/81525 "2017-04-06T18:49:08Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ipl2004](https://avatars.discourse-cdn.com/v4/letter/i/bcef8e/32.png) [@ipl2004](https://discuss.elastic.co/u/ipl2004)
#### Post date: [April 6, 2017, 6:49pm UTC](https://discuss.elastic.co/t/geo-point-not-found/81525/1 "2017-04-06T18:49:08Z")

</div>

Hi,  
i have found some threads on this topic on Kibana 4.x version nothing on 5.3.  
Is there a fix for this?

{  
"template": "flight-track-\*",  
"settings": {  
"number\_of\_shards": 1,  
"number\_of\_replicas" : 0,  
"index.refresh\_interval": "5s"  
},  
"mappings": {  
"_default_": {  
"properties": {  
"flight": {  
"type": "keyword"  
},  
"altitude": {  
"type": "integer"  
},  
"vert\_rate": {  
"type": "integer"  
},  
"speed": {  
"type": "integer"  
},  
"seen": {  
"type": "integer"  
},  
"squawk": {  
"type": "keyword"  
},  
"validposition": {  
"type": "boolean"  
},  
"messages": {  
"type": "integer"  
},  
"hex": {  
"type": "keyword"  
},  
"location": {  
**"type": "geo\_point"**  
},  
"track": {  
"type": "integer"  
},  
"airline": {  
"type": "keyword"  
},  
"validtrack": {  
"type": "boolean"  
}  
},  
"\_all": {  
"enabled": false  
}  
}  
}  
}

---

<div class="post-metadata">

### Author: ![Joe\_Fleming](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/joe_fleming/32/3561_2.png) [@Joe\_Fleming](https://discuss.elastic.co/u/Joe_Fleming)
#### Post date: [April 6, 2017, 8:41pm UTC](https://discuss.elastic.co/t/geo-point-not-found/81525/2 "2017-04-06T20:41:40Z")

</div>

I don't understand what you are asking. This looks like an index template, so presumably your index mappings will have a `location` field of type `geo_point`. Is the mapping in Elasticsearch not being set correctly or something?  
What's the issue?

---

<div class="post-metadata">

### Author: ![ipl2004](https://avatars.discourse-cdn.com/v4/letter/i/bcef8e/32.png) [@ipl2004](https://discuss.elastic.co/u/ipl2004)
#### Post date: [April 7, 2017, 1:19pm UTC](https://discuss.elastic.co/t/geo-point-not-found/81525/3 "2017-04-07T13:19:09Z")

</div>

Good Morning Joe  
I am getting the error;

Field

No Compatible Fields: The "flight-track-\*" index pattern does not contain any of the following field types: geo\_point

On the discover tab I can display many locations.

I am not sure what I am doing wrong.

Ian

---

<div class="post-metadata">

### Author: ![Joe\_Fleming](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/joe_fleming/32/3561_2.png) [@Joe\_Fleming](https://discuss.elastic.co/u/Joe_Fleming)
#### Post date: [April 7, 2017, 10:43pm UTC](https://discuss.elastic.co/t/geo-point-not-found/81525/4 "2017-04-07T22:43:34Z")

</div>

My guess is the field mapping isn't right for some reason.

If you look at your index pattern in Management \> Index Patterns, what type does it say the field is?

If it doesn't say `geo_point`, that's the issue. Take a look at the mappings in Elasticsearch, via `GET /flight-track-*/_mapping`, make sure that all of the `location` fields in _every index_ is of type `geo_point`.

---

<div class="post-metadata">

### Author: ![ipl2004](https://avatars.discourse-cdn.com/v4/letter/i/bcef8e/32.png) [@ipl2004](https://discuss.elastic.co/u/ipl2004)
#### Post date: [April 10, 2017, 3:17pm UTC](https://discuss.elastic.co/t/geo-point-not-found/81525/5 "2017-04-10T15:17:56Z")

</div>

Hi Joe, you are correct.  
I am setting  
,  
"location": {  
"type": "geo\_point"

but Kibana\>Management\>index patterns show location = string

location string

I must have something wrong with my conf files.

Thanks for increasing my understanding of Kibana  
Ian

---

<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: [May 8, 2017, 3:19pm UTC](https://discuss.elastic.co/t/geo-point-not-found/81525/6 "2017-05-08T15:19:50Z")

</div>

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