An open API service indexing awesome lists of open source software.

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

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
```