Lambda function to parse and forward log events from various AWS sources to Fluentd.
tests | ||
.drone.yml | ||
.gitignore | ||
CHANGES.md | ||
dev-requirements.txt | ||
index.py | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
requirements.txt |
streamlogs2fluentd
About
Lambda function to parse and forward log events from various AWS sources to Fluentd.
Features
- sends events to upstream fluentd encoded as msg_pack to a http_in endpoint
- sends events in chunks up to 128 events
Example Fluentd endpoint config:
<source>
@type http
</source>