https://github.com/luto/fluentd-prototype
A very basic fluentd evaluation playground.
https://github.com/luto/fluentd-prototype
docker-compose fluent-bit fluentd logging
Last synced: about 1 month ago
JSON representation
A very basic fluentd evaluation playground.
- Host: GitHub
- URL: https://github.com/luto/fluentd-prototype
- Owner: luto
- License: cc0-1.0
- Created: 2018-06-15T16:06:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T11:05:24.000Z (about 8 years ago)
- Last Synced: 2025-09-10T10:29:54.047Z (10 months ago)
- Topics: docker-compose, fluent-bit, fluentd, logging
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.CC0
Awesome Lists containing this project
README
# fluentd prototype
A very basic [fluentd](https://www.fluentd.org) evaluation playground. This is largely built upon the [official](https://hub.docker.com/r/fluent/fluentd) [images](https://hub.docker.com/r/fluent/fluent-bit/)
and aims to accoplish the following tasks:
* run a fluentd server
* run a fluent-bit generating some data, forward that to fluentd
* run a basic nginx server and request random things
* catch those logs and process them in fluentd
* dump those logs to stdout
Run `docker-compose up` and watch the fluentd output :)
This repository is licensed under either MIT or CC0, whatever you prefer.