# How can I get the data from two types in elastic search?

**URL:** https://discuss.elastic.co/t/how-can-i-get-the-data-from-two-types-in-elastic-search/34120
**Category:** Kibana
**Created:** [November 9, 2015, 1:38am UTC](https://discuss.elastic.co/t/how-can-i-get-the-data-from-two-types-in-elastic-search/34120 "2015-11-09T01:38:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![verystrongjoe](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/verystrongjoe/32/5685_2.png) [@verystrongjoe](https://discuss.elastic.co/u/verystrongjoe)
#### Post date: [November 9, 2015, 1:38am UTC](https://discuss.elastic.co/t/how-can-i-get-the-data-from-two-types-in-elastic-search/34120/1 "2015-11-09T01:38:12Z")

</div>

I have two types in elastic search. One type is for saving the request information table and other one is for saving the id, value information about method full information. I want to show the request information table using mapped two types. How can I get the data from two types where it is in elastic search on the kibana? Or Is there any other way to implement this? Elastic search can provide the query time join for the relation parent and child. It may create the view that parent and child information have. Can I fetch this view in the kbana? please Help me. Thanks..

---

<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: [November 9, 2015, 1:45am UTC](https://discuss.elastic.co/t/how-can-i-get-the-data-from-two-types-in-elastic-search/34120/2 "2015-11-09T01:45:02Z")

</div>

You cannot join in ES (or nosql in general).  
Ideally you should be adding the information at index time.

---

<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: [July 6, 2017, 2:09pm UTC](https://discuss.elastic.co/t/how-can-i-get-the-data-from-two-types-in-elastic-search/34120/3 "2017-07-06T14:09:35Z")

</div>


