#!/bin/bash
/opt/elasticsearch-curator/curator /opt/elasticsearch-curator/actions/delete_tcrypt.yml;
tail -n 10 /var/log/curator/curator.log | grep delete_indices >> /var/log/curator/tcrypt.log;
* * * * * /opt/elasticsearch-curator/scripts/tcrypt.sh;