Make join query in Kibana

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

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

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