I have a got a S3 repository and a slm policy. I can execute this policy manually : Snapshot is created, last success of this manual execution appears well, no failures. So I set up the scheduled cron :
After the cron time, nothing happens. No failures. (Even in ES logs) Nothing.
But I can again _execute the policy to create the snapshot.
It is not about UTC hour issue or something like that because I waited enough to be sure the CRON are just ignored.
The slm never triggers so I had to setup a crontab -e : 30 1 * * * curl --silent -X POST http://localhost:9200/_slm/policy/nightly-snapshots/_execute &>/dev/null
And so the execution works with this one.
exact same problem for us on an elastic/kibana 7.15.8 cluster
cron jobs are not fired; snapshots are never created nor shown as failed, nothing in logs.
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.