I have index which has multiple aliases names. And now i want to get all the index names which contain some given aliases names.
Example:
Index_name: test
Aliases name: a1,a2,a3
Index_name: test2
Aliases name: a1,a3
Index_name: test3
Aliases name: a1
Now i want to get all the index names which has a1,a2,a3 in its alias names.
expected from above example: test
Thanks @JKhondhu But this API gives me all the index names. I want to get only that index name which has all the aliases names in it. Like in above example i only want "test" index name as it contains all the three aliases a1,a2,a3.
@JKhondhu I do not have index names with me at the time of searching. I get multiple aliases now i want to get the index name which contains all the aliases.(AND operator)
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.