logstash-input-s3-sns-sqs
logstash-input-s3-sns-sqs copied to clipboard
from_sns is required when using SQS
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
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