mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
commit
e1485bfd04
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ myDEL_HOUR=$(($myRANDOM_HOUR+1))
|
||||||
myPULL_HOUR=$(($myRANDOM_HOUR-2))
|
myPULL_HOUR=$(($myRANDOM_HOUR-2))
|
||||||
myCRONJOBS="
|
myCRONJOBS="
|
||||||
# Check if updated images are available and download them
|
# Check if updated images are available and download them
|
||||||
$myRANDOM_MINUTE $myPULL_HOUR * * root docker-compose -f /opt/tpot/etc/tpot.yml pull
|
$myRANDOM_MINUTE $myPULL_HOUR * * * root docker-compose -f /opt/tpot/etc/tpot.yml pull
|
||||||
|
|
||||||
# Delete elasticsearch logstash indices older than 90 days
|
# Delete elasticsearch logstash indices older than 90 days
|
||||||
$myRANDOM_MINUTE $myDEL_HOUR * * * root curator --config /opt/tpot/etc/curator/curator.yml /opt/tpot/etc/curator/actions.yml
|
$myRANDOM_MINUTE $myDEL_HOUR * * * root curator --config /opt/tpot/etc/curator/curator.yml /opt/tpot/etc/curator/actions.yml
|
||||||
|
|
Loading…
Reference in a new issue