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

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.

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.