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: about 2 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T11:53:18.000Z (about 7 years ago)
- Last Synced: 2026-04-08T00:09:01.718Z (2 months ago)
- Topics: docker, elasticsearch, fluentbit, fluentd, grafana, logstash, loki, syslog
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- 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