# Unable to see different types in Discover Tab in Kibana

**URL:** https://discuss.elastic.co/t/unable-to-see-different-types-in-discover-tab-in-kibana/96381
**Category:** Kibana
**Created:** [August 9, 2017, 6:43am UTC](https://discuss.elastic.co/t/unable-to-see-different-types-in-discover-tab-in-kibana/96381 "2017-08-09T06:43:17Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![sLuvpreet33](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sluvpreet33/32/50626_2.png) [@sLuvpreet33](https://discuss.elastic.co/u/sLuvpreet33)
#### Post date: [August 9, 2017, 6:43am UTC](https://discuss.elastic.co/t/unable-to-see-different-types-in-discover-tab-in-kibana/96381/1 "2017-08-09T06:43:17Z")

</div>

I have an index with 4 types in it.

But In my Discover Tab in Kibana, I can only see documents of 1 type.

 ![image(4)](https://us1.discourse-cdn.com/elastic/original/3X/1/9/19be6d122f82ce45ca8cb55ffc7a2b0fb8e7fac1.jpg)

I cannot see documents of other types. How can I do that ?

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [August 9, 2017, 8:26am UTC](https://discuss.elastic.co/t/unable-to-see-different-types-in-discover-tab-in-kibana/96381/2 "2017-08-09T08:26:08Z")

</div>

I moved your question to #kibana.

Please note that in the near future (well from yesterday and 6.0.0-beta1), elasticsearch won't allow you to create indices with more than one type. In short, types are going to be removed.

---

<div class="post-metadata">

### Author: ![spalger](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/spalger/32/14092_2.png) [@spalger](https://discuss.elastic.co/u/spalger)
#### Post date: [August 9, 2017, 10:37pm UTC](https://discuss.elastic.co/t/unable-to-see-different-types-in-discover-tab-in-kibana/96381/3 "2017-08-09T22:37:06Z")

</div>

How many documents do you have? Are just the first 500 all the same type? Maybe you can try sorting by type, or using a query to filter by type. Putting `-_type:"booking"` into the search box should remove booking documents

---

<div class="post-metadata">

### Author: ![sLuvpreet33](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sluvpreet33/32/50626_2.png) [@sLuvpreet33](https://discuss.elastic.co/u/sLuvpreet33)
#### Post date: [August 10, 2017, 9:47am UTC](https://discuss.elastic.co/t/unable-to-see-different-types-in-discover-tab-in-kibana/96381/4 "2017-08-10T09:47:11Z")

</div>

I have around 50k documents over the range of last year.

When I write `-_type:booking` in Kibana, nothing shows up.

But when I request from terminal,

```
curl -XGET 'localhost:9200/vogo-database/user/1?pretty'

```

Here, the `user` type returns the documents.

Why then Kibana does not show ?

---

<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: [September 7, 2017, 9:47am UTC](https://discuss.elastic.co/t/unable-to-see-different-types-in-discover-tab-in-kibana/96381/5 "2017-09-07T09:47:32Z")

</div>

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