We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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}?
The text was updated successfully, but these errors were encountered:
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
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
Sorry, something went wrong.
No branches or pull requests
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}?
The text was updated successfully, but these errors were encountered: