Hi All,
Could any one help me how to find out list of indices which are not having aliases
Thanks in advance !
Hi All,
Could any one help me how to find out list of indices which are not having aliases
Thanks in advance !
May be use https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-alias.html and https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html and try to find which ones do not appear in the former?
I believe this can be done in 2 steps :
Then you can create an array with the difference between the 2 previous results.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.