https://github.com/diogok/fluentbit-http-to-loki
Receive HTTP logs from Fluentbit and send to Grafana Loki
https://github.com/diogok/fluentbit-http-to-loki
fluentbit fluentd grafana logging loki
Last synced: about 1 month ago
JSON representation
Receive HTTP logs from Fluentbit and send to Grafana Loki
- Host: GitHub
- URL: https://github.com/diogok/fluentbit-http-to-loki
- Owner: diogok
- Created: 2019-06-12T10:32:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:28:44.000Z (about 3 years ago)
- Last Synced: 2026-04-08T00:09:01.767Z (2 months ago)
- Topics: fluentbit, fluentd, grafana, logging, loki
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluentbit HTTP to Loki HTTP
This is a simple API to receive logs from Fluentbit HTTP integration and send to Grafana Loki HTTP API.
The fluentbit output config:
```
[OUTPUT]
Match *
Name http
Host ${HTTP_HOST}
Port ${HTTP_PORT}
URI /push
Format json
```
Them run this container:
```
docker run -e LOKI_HOST=loki LOKI_PORT=3001 diogok/fluentbit-http-to-loki:0.0.1
```
## License
MIT