# Make join query in Kibana

**URL:** https://discuss.elastic.co/t/make-join-query-in-kibana/50845
**Category:** Kibana
**Created:** [May 24, 2016, 1:23pm UTC](https://discuss.elastic.co/t/make-join-query-in-kibana/50845 "2016-05-24T13:23:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![paoletto](https://avatars.discourse-cdn.com/v4/letter/p/77aa72/32.png) [@paoletto](https://discuss.elastic.co/u/paoletto)
#### Post date: [May 24, 2016, 1:23pm UTC](https://discuss.elastic.co/t/make-join-query-in-kibana/50845/1 "2016-05-24T13:23:46Z")

</div>

Hi all,

can I make a join query directly in Kibana sarch box between two indices that share the same type? For example I have two indices:

index 1 : location, type1, type2  
index 2: location, type3, type4

Can I fetch the following record in a single query : location, type1, type2, type3, type4 ?  
How can I specify a single type from a specific index?  
Can you suggest any possible solution?

Thanks in advance

P

---

<div class="post-metadata">

### Author: ![xdzhou](https://avatars.discourse-cdn.com/v4/letter/x/9de053/32.png) [@xdzhou](https://discuss.elastic.co/u/xdzhou)
#### Post date: [May 24, 2016, 4:13pm UTC](https://discuss.elastic.co/t/make-join-query-in-kibana/50845/2 "2016-05-24T16:13:46Z")

</div>

Short answer, no. It is not how it is designed.

But nothing is impossible, check this ELK variation out, [http://siren.solutions/kibi/](http://siren.solutions/kibi/), they claim to do what you are asking.

---

<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, 1:52pm UTC](https://discuss.elastic.co/t/make-join-query-in-kibana/50845/3 "2017-07-06T13:52:24Z")

</div>


