Skip to content

selectel/fluent-bit-cloudwatch-input-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluent Bit input plugin for CloudWatch logs

Quick start

docker run \
  --name fluent-bit-cloudwatch \
  --rm \
  -v ${PWD}/config/fluent-bit.yaml:/fluent-bit/etc/fluent-bit.yaml:ro \
  -v ${PWD}/sqlite:/var/lib/fluent-bit/cloudwatch/sqlite:rw \
  -e AWS_ACCESS_KEY_ID=your_access_key \
  -e AWS_SECRET_ACCESS_KEY=your_secret_key \
  ghcr.io/selectel/fluent-bit-cloudwatch-input-plugin:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published