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.