Multiple Index Filters

I have two elastic indexes

Parent
Child

I have created a dashboard with visualizations that use both those indexes.

Both of the indexes have a field "family_id". I can apply the family ID filter to filter the entire dashboard and this works fine!

However, I want to filter on Parent Age. So Lets say I apply a filter for parents with age 50, I want it to filter the Parent AND the child index. Almost like apply the filter to parents, then get the family_ids and apply that filter down to children. Is that possible? If so how?

Hello @adwaitjoshi

Elasticsearch doesn't support joins. Denormalizing data is recommended. Can you supply the parent age data to the child documents?

1 Like

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