fluent-plugin-sqs
fluent-plugin-sqs copied to clipboard
Store fluent-event as queue message to Amazon SQS.
Logs are not parsing from file to sqs without any error Configuration is fine although same scenario is running fine on EC2 instance but it's not working on docker container...
Reference -> https://github.com/ixixi/fluent-plugin-sqs/pull/47/
I had hoped to switch queue based on tag like this, queue_name "#{ENV['BASE_SQS_URL']}${tag[1]}" The ENV var got correctly interpolated, but the tag wasn't. This might be down to me not...
Enhances https://github.com/ixixi/fluent-plugin-sqs/pull/46
Add new parameter to enable the 'raw message' that returns only the body of the message discarding the other attributes.
when we use private vpc end poinds on sqs url it throws the signature error with region . error_class=Aws::SQS::Errors::SignatureDoesNotMatch error="Credential should be scoped to a valid region, not 'sqs'. "...
Adding the parameter `raw_message`, and enabling as true in my fluent.conf, I can see the raw message, if it is a json is shown json and if it is a...
* Related to https://github.com/ixixi/fluent-plugin-sqs/issues/39 and https://github.com/ixixi/fluent-plugin-sqs/pull/40, we avoid setting `Aws.config` because that is shared between all AWS SDK clients in use. * Related to https://github.com/aws/aws-sdk-ruby/issues/1620, we avoid asking for `sqs_url`...
## We found this: ``` 2018-05-10 12:34:59 +0000 [error]: #0 Unexpected error raised. Stopping the timer. title=:in_sqs_run_periodic_timer error_class=NoMethodError error="undefined method `backtrace' for nil:NilClass" ``` This PR updates the exception handling...
Jeweler generated gemspec is very complicated. We should reduce complexity in gemspec.