cherweg / logstash-input-s3-sns-sqs

logstash input downloading files from s3 Bucket by OjectKey from SNS/SQS
Other
29 stars 35 forks source link

Is there an option for "move_on_success" #74

Open elnoxgdl opened 2 years ago

elnoxgdl commented 2 years ago

Hi,

Like the title says "move_on_success". In the normal s3 input plugin for logstash there is a way you can move files around inside your bucket by adding a prefix which might can be a folder. I was wondering if there is something similar for this excellent plugin?

Instead of "delete_on_success" move the file from directory or rename it etc...

Thanks!