tomohisaota / fluent-plugin-forward-aws

Fluentd input/output plugin to forward logs through AWS S3 + SNS + SQS
Other
12 stars 7 forks source link

SNS events to fluentd #14

Open eyablonowitz opened 8 years ago

eyablonowitz commented 8 years ago

I would like to send SNS events to Fluentd for routing to other systems like Graylog.

It seems like this Plugin already has a lot of the pieces to make this happen. It can already poll an SQS queue subscribed to an SNS topic for log notifications. But it doesn't appear to support the more generic case of simply wanting to send events from any SNS topic into Fluentd.

Is there a way to make this work with fluent-plugin-forward-aws as-is? If not, would it make sense to support the generic SNS->Fluentd use case in this plugin?

tomohisaota commented 8 years ago

Sorry, fluent-plugin-forward-aws does not support that use case. I think it makes more sense to write new plugin.