Open uniit opened 4 years ago
Same request on case: https://pagerduty.lightning.force.com/lightning/r/Case/5004W00002CMTDrQAP/view
Would be nice to add date vars, to use in the S3-path. ${year} ${month} ${day}
E.g:
framework.plugin.ExecutionFileStorage.com.rundeck.rundeckpro.amazon-s3.path=logs/${month}/${day}/${job.project}/${job.name}/${job.execid}.log
https://docs.rundeck.com/docs/administration/cluster/logstore/s3.html#build
When you have 20k executions in one folder and no exec id it's really hard to find something. Is it possible to add support for ${DATE:yyyyMMdd}?