Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diogok/fluentbit-docker
Common fluentbit setup on docker
https://github.com/diogok/fluentbit-docker
docker elasticsearch fluentbit fluentd grafana logstash loki syslog
Last synced: 13 days ago
JSON representation
Common fluentbit setup on docker
- Host: GitHub
- URL: https://github.com/diogok/fluentbit-docker
- Owner: diogok
- Created: 2019-06-12T11:52:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T11:53:18.000Z (over 5 years ago)
- Last Synced: 2025-01-10T00:08:31.468Z (16 days ago)
- Topics: docker, elasticsearch, fluentbit, fluentd, grafana, logstash, loki, syslog
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluentbit docker images
Some images with common fluentbit logging usage input and output.
All images include all the inputs and a single output.
It also expose metrics on port 9600.
## Input
- Syslog RFC3164, on port 9151
- Syslog RFC5424, on port 9514
- JSON over UDP (logstash compatible), on port 5432
- Fluent forward, on port 24224## Output options
- Stdout, good for testing
- Elasticsearch
- Grafana Loki, using an intermediary HTTP-to-Loki image## Running
Check this repository docker-compose files for each specific output.
## License
MIT