Sha256: c7da513e91e96257711b6a23371420d16648c55dcd919949a3417dec79fd9dec

Contents?: true

Size: 907 Bytes

Versions: 1

Compression:

Stored size: 907 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.2.0 README.rdoc