Replies: 1 comment 1 reply
-
Hi @marnao,
Yes, it is as easy as that. Did you consider making it a metric instead? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We'd like to see an internal log event whenever a file is written to S3 using the aws_s3 sink. This would be helpful for kicking off post processing actions when a file is written as well as troubleshooting. It would be great to have a record of when specific files were written. Right now it's kind of a black box. I am aware that AWS can do this natively with S3 events, but this would be for environments that are S3 compatible, not S3 native (think on-premises storage platforms).
We'd potentially be willing to contribute a pull request if this is a workable idea and there's interest in it. I'd prefer not to maintain a fork. I'm not sure if it would be as easy as the implementation in the aws_s3 source?
Let me know what you think!
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions