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