logstash-plugins / logstash-output-s3

Apache License 2.0
58 stars 151 forks source link

Is there a way to count the number of events packaged into an s3 object? #256

Open metalshanked opened 1 year ago

metalshanked commented 1 year ago

Hi,

Was wondering if there was a way to get the metadata of the number of events that are being gzipped and packaged into an object pushed to s3?

This if for telemetry purposes so that we can reconcile the event counts in s3 vs what was sent from source

Thanks in advance!