Registry / logging / fluent-plugin-s3

fluent-plugin-s3

JSON →
library1.8.4rbrubygemsunverified

Amazon S3 output plugin for Fluentd event collector.

gem install fluent-plugin-s3
INSTALL
IMPORT
SIG · FLUENT-PLUGIN-S3
F
fluent-plugin-s3
loggingrubyv1.8.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Fluent::Plugin::S3Output
require 'fluent/plugin/out_s3'

Configures Fluentd to output logs to Amazon S3.

require 'fluent/plugin/out_s3' # Configuration example (used in Fluentd config file) # <match **> # @type s3 # s3_bucket your-bucket # region us-east-1 # path logs/ # <buffer> # @type file # path /var/log/fluent/s3 # </buffer> # </match>
Debug
Known issues
gotchaRequires AWS credentials to be configured via environment variables or IAM role.
fix
Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, or use an IAM role if running on EC2.
affects: >= 0.0.0
Upgrade
Version history
1.8.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
38
OpenAI (training)
1
Resources
fluent-plugin-s3 — gem install fluent-plugin-s3 · libregistry