Sha256: f41facdc597dfb088fe3b01698b81d30711a52666e2f5cf5b648fe8743b01770
Contents?: true
Size: 610 Bytes
Versions: 1
Compression:
Stored size: 610 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_instance_key {queue_instance_key} # following attibutes are optional </match> == TODO - implement! === 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.0 | README.rdoc |