Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

GovTechSG/fluentd-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluentd-s3

Build Status

This repository is an automated build job for a docker image containing fluentd service with a s3 plugin installed and ready to use as an output_plugin.

S3 Plugin is typically used to watch and tail some log files and output it to s3, a useful scenario to use this is a sidecar to a kubernetes container, mounting the log volume to both containers and this fluentd container will send the logs to S3 possibly as a backup storage, or for AWS Athena query to be ran on.

Plugins Available

Descriptions

latest

Basically fluentd-plugin-s3

fluent-plugin-s3

Canonical Tag: fluentd-<FLUENTD-VERSION>_fluent-plugin-s3-<PLUGIN_VERSION>

Latest URL: fluentd-<FLUENTD-VERSION>_fluent-plugin-s3-latest

Usage

Running

docker run -v ${PWD}/fluent.conf:/fluentd/etc/fluent.conf -it govtechsg/fluentd-s3:latest

Available commands in container

Outputs fluentd and plugin versions

version-info

License

Available as open source under the terms of the MIT License.

Releases

No releases published

Packages

No packages published