Sha256: b1ba1ab8f393e2eef867316dc20377715796674dba4b3fa772f67e8fbd25fe87
Contents?: true
Size: 900 Bytes
Versions: 1
Compression:
Stored size: 900 Bytes
Contents
= Amazon SQS output plugin for Fluent == Install $ gem install fluent-plugin-sqs == Component === SQSOutput Store fluent-event as queue message to 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 sqs_endpoint {endpointURL} ###endpoint list### #Tokyo(Default) : sqs.ap-northeast-1.amazonaws.com #Singapore : sqs.ap-southeast-1.amazonaws.com #US-East : sqs.us-east-1.amazonaws.com #US-West : sqs.us-west-1.amazonaws.com #EU-West : sqs.eu-west-1.amazonaws.com </match> == TODO === More configuration == Tool == Copyright Copyright:: Copyright (c) 2011- Yudai Odagiri License:: Apache License, Version 2.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-sqs-0.1.1 | README.rdoc |