Push to S3 maintaining a specific folder structure #8435
Unanswered
jledesma84
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm wondering if it's possible to read Kubernetes logs and push them to Amazon S3 while maintaining a specific folder structure based on the log content. For example:
YYYY/MM/DD/tenantId/userId/componentId
Where tenantId, userId and componentId are part of the log content, so each log can be written in the right subfolder.
Beta Was this translation helpful? Give feedback.
All reactions