logstash-plugins / logstash-output-s3

Apache License 2.0
58 stars 151 forks source link

Filename option #244

Open vincentluan opened 2 years ago

vincentluan commented 2 years ago

Hi,

I'm trying to send output to S3 in order to use with AWS DMS (as documented here). This requires a specific naming convention for the output files. For example:

/schemaName/tableName/LOAD001.csv
/schemaName/tableName/LOAD002.csv
/schemaName/tableName/LOAD003.csv
...

Is there currently a way to achieve this?

unwenliu commented 2 years ago

I also requires a specific naming convention for the output files. Is there a solution now?

treknado commented 1 year ago

+1 this feature is urgently needed to comply with naming conventions.