Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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