Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:28:44.000Z (over 1 year ago)
- Last Synced: 2025-01-10T00:08:31.475Z (28 days ago)
- Topics: fluentbit, fluentd, grafana, logging, loki
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- 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