# Mapping conflict2!

**URL:** https://discuss.elastic.co/t/mapping-conflict2/74642
**Category:** Logstash
**Created:** [February 10, 2017, 11:23am UTC](https://discuss.elastic.co/t/mapping-conflict2/74642 "2017-02-10T11:23:42Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jonasv](https://avatars.discourse-cdn.com/v4/letter/j/22d042/32.png) [@jonasv](https://discuss.elastic.co/u/jonasv)
#### Post date: [February 10, 2017, 11:23am UTC](https://discuss.elastic.co/t/mapping-conflict2/74642/1 "2017-02-10T11:23:42Z")

</div>

Hey Guys,

I'm trying to make tile map working in Kibana, but currently it doesn't work. When I add index to visualize it in Kibana I get this:  
Mapping conflict! A field is defined as several types (string, integer, etc) across the indices that match this pattern. You may still be able to use these conflict fields in parts of Kibana, but they will be unavailable for functions that require Kibana to know their type. Correcting this issue will require reindexing your data.

This is my index with mapping:

{  
"fedora39-2017.02.09": {  
"aliases": {},  
"mappings": {  
"nginx-access": {  
"properties": {  
"@timestamp": {  
"type": "date",  
"format": "strict\_date\_optional\_time||epoch\_millis"  
},  
"@version": {  
"type": "string"  
},  
"beat": {  
"properties": {  
"hostname": {  
"type": "string"  
},  
"name": {  
"type": "string"  
}  
}  
},  
"browserdevice": {  
"type": "string"  
},  
"browsermajor": {  
"type": "string"  
},  
"browserminor": {  
"type": "string"  
},  
"browsername": {  
"type": "string"  
},  
"browseros": {  
"type": "string"  
},  
"browseros\_name": {  
"type": "string"  
},  
"browserpatch": {  
"type": "string"  
},  
"count": {  
"type": "long"  
},  
"geoip": {  
"properties": {  
"area\_code": {  
"type": "long"  
},  
"city\_name": {  
"type": "string"  
},  
"continent\_code": {  
"type": "string"  
},  
"country\_code2": {  
"type": "string"  
},  
"country\_code3": {  
"type": "string"  
},  
"country\_name": {  
"type": "string"  
},  
"dma\_code": {  
"type": "long"  
},  
"ip": {  
"type": "string"  
},  
"latitude": {  
"type": "double"  
},  
"location": {  
"type": "geo\_point"  
},  
"longitude": {  
"type": "double"  
},  
"postal\_code": {  
"type": "string"  
},  
"real\_region\_name": {  
"type": "string"  
},  
"region\_name": {  
"type": "string"  
},  
"timezone": {  
"type": "string"  
}  
}  
},  
"input\_type": {  
"type": "string"  
},  
"offset": {  
"type": "long"  
},  
"our\_server": {  
"type": "string"  
},  
"referer": {  
"type": "string"  
},  
"request": {  
"type": "string"  
},  
"request\_arrival\_time": {  
"type": "string"  
},  
"request\_body\_bytes\_sent": {  
"type": "string"  
},  
"request\_ip": {  
"type": "string"  
},  
"request\_length": {  
"type": "string"  
},  
"request\_processing\_time": {  
"type": "string"  
},  
"request\_response\_code": {  
"type": "string"  
},  
"source": {  
"type": "string"  
},  
"tags": {  
"type": "string"  
},  
"type": {  
"type": "string"  
},  
"upstream\_response\_time": {  
"type": "string"  
},  
"user\_agent": {  
"type": "string"  
}  
}  
}  
},  
"settings": {  
"index": {  
"creation\_date": "1486724244721",  
"number\_of\_shards": "5",  
"fedora39-2017": {  
"02": {  
"09": {  
"mappings": {  
"nginx-access": {  
"properties": {  
"our\_server": {  
"type": "string"  
},  
"referer": {  
"type": "string"  
},  
"request": {  
"type": "string"  
},  
"browseros\_name": {  
"type": "string"  
},  
"source": {  
"type": "string"  
},  
"type": {  
"type": "string"  
},  
"@version": {  
"type": "string"  
},  
"beat": {  
"properties": {  
"name": {  
"type": "string"  
},  
"hostname": {  
"type": "string"  
}  
}  
},  
"user\_agent": {  
"type": "string"  
},  
"request\_ip": {  
"type": "string"  
},  
"browsermajor": {  
"type": "string"  
},  
"geoip": {  
"properties": {  
"city\_name": {  
"type": "string"  
},  
"timezone": {  
"type": "string"  
},  
"ip": {  
"type": "string"  
},  
"latitude": {  
"type": "double"  
},  
"country\_code2": {  
"type": "string"  
},  
"country\_name": {  
"type": "string"  
},  
"continent\_code": {  
"type": "string"  
},  
"country\_code3": {  
"type": "string"  
},  
"location": {  
"type": "geo\_point"  
},

Why is that ? And how do I fix this? Sorry, I'm very new to ELK stack if this is not in right forum part or something easy for you.

Thanks

---

<div class="post-metadata">

### Author: ![jonasv](https://avatars.discourse-cdn.com/v4/letter/j/22d042/32.png) [@jonasv](https://discuss.elastic.co/u/jonasv)
#### Post date: [February 10, 2017, 2:06pm UTC](https://discuss.elastic.co/t/mapping-conflict2/74642/2 "2017-02-10T14:06:23Z")

</div>

Fixed! Please close this ticket!

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [February 10, 2017, 10:41pm UTC](https://discuss.elastic.co/t/mapping-conflict2/74642/3 "2017-02-10T22:41:29Z")

</div>

How did you fix it?

---

<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: [March 10, 2017, 10:41pm UTC](https://discuss.elastic.co/t/mapping-conflict2/74642/4 "2017-03-10T22:41:44Z")

</div>

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