Trying to investigate high databricks expenses I've discovered surprisingly that lots of those are actually an auto created storage account with GRS replication to another zone containing tons of log files (TB on TB of data) for example:
dbutils.fs.ls('dbfs:/cluster-logs')
dbfs:/cluster-logs/1129-093452-heard78
How can I automate removing this data on a daily basis without removing the logs from the last day or so
Also How can I send those logs to someplace else (If I want)