aws-samples / amazon-ecs-fluent-bit-daemon-service

Fluent Bit plugin-based centralized log analysis across Amazon ECS & EKS clusters

Home Page:https://aws.amazon.com/blogs/opensource/centralized-container-logging-fluent-bit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Centralized logging in action: multi-cluster log analysis

This repo contains the container runtime definitions and configurations for an end-to-end demo of the Amazon Fluent Bit plugin, showing a multi-cluster (ECS/EKS) log analysis, streaming the log data Kinesis Data Firehose to S3, where we then query the log data with Amazon Athena.

See the blog: Centralized Container Logging with Fluent Bit.

Setup for Amazon ECS

See the ecs/ directory of this repo for all the source files.

Setup for Amazon EKS

See the eks/ directory of this repo for all the source files.

Setup for log analysis

See the log-analysis/ directory of this repo for all the source files.

License

All material available under the Apache License Version 2.0.

About

Fluent Bit plugin-based centralized log analysis across Amazon ECS & EKS clusters

https://aws.amazon.com/blogs/opensource/centralized-container-logging-fluent-bit/

License:Apache License 2.0


Languages

Language:Shell 91.3%Language:Dockerfile 8.7%