-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhancement(aws_s3 source): Logs processed S3 objects (#22083)
* `aws_s3` source now logs the S3 objects that were processed Unlike the `aws_sqs` source type, the sqs messaage itself is not the source of events. This logs the bucket and key for files that were ingested via vector in order to have a better audit log. If acknowledgements are enabled, it also logs when they are successfully processed. * Adds changelog note * Fixes naming of aws_s3 logging changelog entry * Rephrased changelog * Rephrased changelog * Removes redundant error messages; Adds useful information to acknowledgement errors * Rephrased to make it clearer what was delivered * Outputs bucket and s3 during errors * Added missing '.'
- Loading branch information
Showing
2 changed files
with
49 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
`aws_s3` source now logs when S3 objects are fetched. If ACKs are enabled, it also logs on delivery. | ||
|
||
authors: fdamstra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters