Open
Description
Hi!
Thanks for the great work with this plugin.
I need to output some logs to s3, but in CSV format.
¿Is there a way to combine output plugins?
The concept would be something like this:
{
"csv" {
fields => ["name","surname","age"]
s3 {
...
}
}
}
If not, the solution would be to add csv format parameter to s3 plugin?
I'm also working on a output plugin for dropbox, completely based in logstash-output-s3, because I need to upload some logs to dropbox in csv format too and i don't know what is the correct approach for the logstash architecture.
Regards!