Skip to content

[help-wanted] How to combine csv output plugin with s3? #13

Open
@javifr

Description

@javifr

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions