I am doing a monthly backups of indices (backing up everything older than a month to a backup repository) and then deleting those indices from Elasticsearch using Curator snapshot and delete indices actions.
My question is whether there is a way to execute deleting indices action only if snapshot action has completed successfully? I wouldn't want to delete indices from Elasticsearch if snapshot of those has failed. This is running on Windows environment.
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.