Possibility to 'join' data in Elasticsearch / Kibana

Hi guys,

this has been on my mind for a few days now.
I have 2 indices, indA and indB. IndA has a field called "Magic" and indB has a field called "Magic". This is what I'd use in a relational DB to make the join between the indices.
Why do I want to join? Because IndA has a field called "Error" which I want to visualize, but I want to filter this visual based on the field "Target" in indB.

indA fields: Magic, Error
indB fields: Magic, Target

I can make an index pattern that covers both indices, but I don't know how to make the error visual filterable based on the "Target" field.

Is there any way to do this? That'd be awesome :slight_smile:

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