
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
fluent-plugin-sqs-check-size
Advanced tools
= Amazon SQS output plugin for Fluent
== Install $ gem install fluent-plugin-sqs
== Component
=== SQSOutput
Store fluent-event as queue message to amazon SQS.
=== SQSInput
Read events from from amazon SQS.
== Configuratin
=== SQSOutput
<match sqs.**>
type sqs
# following attibutes are required
queue_name {queue_instance_key}
# following attibutes are required if you don't use IAM Role nor export credentials to ENV
aws_key_id {your_aws_key_id}
aws_sec_key {your_aws_secret_key}
# following attibutes are optional
create_queue {boolean}
sqs_endpoint {endpointURL}
### endpoint list ###
# Asia Pacific (Tokyo) [Default] : sqs.ap-northeast-1.amazonaws.com
# Asia Pacific (Singapore) : sqs.ap-southeast-1.amazonaws.com
# US-East (Virginia) : sqs.us-east-1.amazonaws.com
# US-West (Oregon) : sqs.us-west-2.amazonaws.com
# US-West (N.California) : sqs.us-west-1.amazonaws.com
# EU-West (Ireland) : sqs.eu-west-1.amazonaws.com
# South America (São Paulo) : sns.sa-east-1.amazonaws.com
delay_seconds {delivery_deley_seconds}
include_tag {boolean}
tag_property_name {tag's property name in json}
</match>
=== SQSInput
<source>
type sqs
# following attibutes are required
sqs_url {queue_url}
# following attibutes are required if you don't use IAM Role nor export credentials to ENV
aws_key_id {your_aws_key_id}
aws_sec_key {your_aws_secret_key}
# following attibutes are optional
sqs_endpoint {endpointURL}
### endpoint list ###
# Asia Pacific (Tokyo) [Default] : sqs.ap-northeast-1.amazonaws.com
# Asia Pacific (Singapore) : sqs.ap-southeast-1.amazonaws.com
# US-East (Virginia) : sqs.us-east-1.amazonaws.com
# US-West (Oregon) : sqs.us-west-2.amazonaws.com
# US-West (N.California) : sqs.us-west-1.amazonaws.com
# EU-West (Ireland) : sqs.eu-west-1.amazonaws.com
# South America (São Paulo) : sns.sa-east-1.amazonaws.com
receive_interval {receive_interval_seconds}
</source>
== Tool
== Copyright
Copyright:: Copyright (c) 2011- Yuri Odagiri License:: Apache License, Version 2.0
FAQs
Unknown package
We found that fluent-plugin-sqs-check-size demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.