# Kibana Unknown Field Type

**URL:** https://discuss.elastic.co/t/kibana-unknown-field-type/202851
**Category:** Kibana
**Created:** [October 9, 2019, 2:37pm UTC](https://discuss.elastic.co/t/kibana-unknown-field-type/202851 "2019-10-09T14:37:06Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![cjcenizal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/cjcenizal/32/11216_2.png) [@cjcenizal](https://discuss.elastic.co/u/cjcenizal)
#### Post date: [October 9, 2019, 11:02pm UTC](https://discuss.elastic.co/t/kibana-unknown-field-type/202851/2 "2019-10-09T23:02:27Z")

</div>

This generally occurs when your index pattern matches indices that have conflicting field types in their mappings. Can you take a look at your index pattern under management \> Index Patterns and inspect the `_path` field? You should see a list of indices and the conflicting types similar to this screenshot:

![image](https://us1.discourse-cdn.com/elastic/original/3X/8/a/8a677ce2dccfd3de64f670ccf74677f088c93d1f.png)

This is from 7.2 so it might look slightly different for you depending on which version you're using. Once you've identified the index or indices which have the wrong mapping, you can fix this by reindexing the data into indices with the correct mappings defined. Here are some resources:

- [How to fix mapping conflict?](https://discuss.elastic.co/t/how-to-fix-mapping-conflict/55072/3)
- [Mapping conflict!](https://discuss.elastic.co/t/mapping-conflict/40248/6)

---

_[View the full topic](https://discuss.elastic.co/t/kibana-unknown-field-type/202851)._
