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

Support for SQS in a different region #35

Closed dhammond22222 closed 4 years ago

dhammond22222 commented 4 years ago

Hello,

When it comes to setting up SNS topics, one benefit is the ability to subscribe to topics from different AWS regions. In an example scenario:


us-east-1

S3----------event notification--------> us-east-1-SNS-topic ^ __ ____ us-west-2

SQS <---------------------topic subscription---------


I noticed the region specification is only declared for the S3 so the plugin assumes the SQS is in the same specified region.

Is this something we support currently that I am missing?

cherweg commented 4 years ago

Not supported today. We are working on a solution to configure a region per s3 bucket...maybe we could kill two birds with one stone...

christianherweg0807 commented 4 years ago

Please see PullRequest: #37 Now you could configure a region for every s3 bucket. So your default region should be us-west-2 and the region per bucket us-east-1.

regards christian