https://github.com/selectel/fluent-bit-cloudwatch-input-plugin
https://github.com/selectel/fluent-bit-cloudwatch-input-plugin
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/selectel/fluent-bit-cloudwatch-input-plugin
- Owner: selectel
- Created: 2025-04-22T13:45:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-23T14:39:29.000Z (about 1 year ago)
- Last Synced: 2025-04-23T15:46:55.058Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluent Bit input plugin for CloudWatch logs
## Quick start
```bash
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
```