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
aws_key_id {your_aws_key_id}
aws_sec_key {your_aws_secret_key}
queue_name {queue_instance_key}
# following attibutes are optional
SQSInput
<source>
type sqs
# following attibutes are required
aws_key_id {your_aws_key_id}
aws_sec_key {your_aws_secret_key}
sqs_url {queue_url}
# following attibutes are optional
Tool
Copyright
- Copyright
-
Copyright © 2011- Yuri Odagiri
- License
-
Apache License, Version 2.0