Joins in elasticsearch

Hi, I have several index aliases and I need to make a SQL-like join between them. Elasticsearch does not allow to create aliases of aliases. Is there any way to solve this problem.

Reindex into a single index that contains the data you need would be the best approach.

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