Answer the question
In order to leave comments, you need to log in
CRON is not processing the task. What to do?
There is a script with the content:
#!/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;
Answer the question
In order to leave comments, you need to log in
It turned out that the curator is strange and works only from his folder and it doesn’t matter that the path is absolute. added cd to the folder in the scripts and it worked.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question