You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
tests | 2 years ago | |
.drone.yml | 4 years ago | |
.gitignore | 4 years ago | |
CHANGES.md | 3 years ago | |
LICENSE.md | 4 years ago | |
Makefile | 11 months ago | |
README.md | 4 years ago | |
dev-requirements.txt | 12 months ago | |
index.py | 11 months ago | |
requirements.txt | 4 years ago | |
test | 2 years ago |
README.md
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>