logstash-input-s3-sns-sqs icon indicating copy to clipboard operation
logstash-input-s3-sns-sqs copied to clipboard

from_sns is required when using SQS

Open shane-od opened this issue 4 years ago • 1 comments

TypeError: no implicit conversion of nil into String

is thrown when you're using an SQS queue and you don't define the "from_sns" option as false. Fails on this line: payload = JSON.parse(payload['Message']) if @from_sns

shane-od avatar Jan 06 '21 14:01 shane-od

This seems to be a duplicate of: https://github.com/cherweg/logstash-input-s3-sns-sqs/issues/57 I noticed this as I am preparing a POC with this component; I am not a responsible contributor

richard-mauri avatar Jun 03 '21 15:06 richard-mauri