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

**URL:** https://discuss.elastic.co/t/no-compatible-fields-the-logstash-index-pattern-does-not-contain-any-of-the-following-field-types-geo-point/110473
**Category:** Logstash
**Created:** [December 6, 2017, 9:06am UTC](https://discuss.elastic.co/t/no-compatible-fields-the-logstash-index-pattern-does-not-contain-any-of-the-following-field-types-geo-point/110473 "2017-12-06T09:06:16Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [December 6, 2017, 5:19pm UTC](https://discuss.elastic.co/t/no-compatible-fields-the-logstash-index-pattern-does-not-contain-any-of-the-following-field-types-geo-point/110473/2 "2017-12-06T17:19:53Z")

</div>

Hi Marco,

When you look in Kibana Management \> Index Patterns and select your index pattern you need to see the type as geo\_point as shown below. But based on the mapping you got back from Elasticsearch for your index I'm thinking you're not going to see that.

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/b/2/b231fca1d00dd23a83752870e9f9578c2f0efb4c.png)

This is really a logstash/elasticsearch issue to get logstash mapping correct vs a Kibana issue so I'm probably not the best person to help you solve this issue. Here's some other related issues I found in the Kibana forum, but if these don't help you I recommend you search for geo\_point in the logstash discuss channel.

> [@Kibana showing geo-ip location as number not as geopoint](https://discuss.elastic.co/t/kibana-showing-geo-ip-location-as-number-not-as-geopoint/75600):
>
> my template is as below { "template" : "iisnew", "settings": { "index.refresh\_interval": "5s" }, "mappings" : { "iisnew" : { "properties": { "@timestamp":{"type":"date","format":"dateOptionalTime"}, "@version":{"type":"string", "index" : "not\_analyzed"}, "tags":{"type":"string"}, "type":{"type":"string"}, "geoip":{ "properties":{ "city\_name":{"type":"string", "index":"not\_analyzed"}, "continent\_code":{"type":"string"}, "country\_code2":{"type":"string"}, "country\_code3":…

> [@Getting Kibana's geo hash with geo\_point type to work](https://discuss.elastic.co/t/getting-kibanas-geo-hash-with-geo-point-type-to-work/41243):
>
> I posted an issue on Github, forgetting all about the discussion forums here. [issue outlined on github](https://github.com/elastic/kibana/issues/6159) logstash 2.2.0 kibana 4.4.0 elasticsearch 2.2.x #copy / paste from github# I have the following mapping applied to an index, pulled via \_mapping API endpoint: "cse-2016.02.09" : { "mappings" : { "event" : { "properties" : { "@timestamp" : { "type" : "date", "format" : "strict\_date\_optional\_time||epoch\_millis" }, "host" : { "type" : "string" }, "src\_ip" : { "type" : "string", …

> [@Geo\_point coming from geoip are not plotting in Kibana](https://discuss.elastic.co/t/geo-point-coming-from-geoip-are-not-plotting-in-kibana/103260):
>
> I have been tweaking my mappings and logstash pipeline configurations for days now trying to figure out hwo to plot GeoIPs to no avail. I have no idea what to do anymore. I have a template: { "template" : "httpd\*", "version" : 1, "settings" : { "index.refresh\_interval" : "5s", "number\_of\_replicas": 0 }, "mappings": { "apache\_logs": { "properties": { "@timestamp": { "type": "date" }, "@version": { "type": "text", …

> [@Expected geo\_point type on field \[geoip.location\], but got \[double\]](https://discuss.elastic.co/t/expected-geo-point-type-on-field-geoip-location-but-got-double/60004):
>
> I've a Tile Map visualisation that is throwing a "Expected geo\_point type on field [geoip.location], but got [double]" error. I'm a newbie with the ELK stack. My geoip json object is like the following: geoip": { "ip": "[182.2XX.XX.XXX](http://182.2XX.XX.XXX)", "country\_code2": "TH", "country\_code3": "THA", "country\_name": "Thailand", "continent\_code": "AS", "region\_name": "40", "city\_name": "Bangkok", "latitude": 1X.XXXXXXXXXXX999, "longitude": 1XX.XXXXXXXXXXX999, "timezone": "Asia/Bangkok", "real\_region\_…

Regasrds,  
Lee

---

_[View the full topic](https://discuss.elastic.co/t/no-compatible-fields-the-logstash-index-pattern-does-not-contain-any-of-the-following-field-types-geo-point/110473)._
