Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maronato/logspout-loki
Multi-platform Logspout with Loki adapter
https://github.com/maronato/logspout-loki
Last synced: 19 days ago
JSON representation
Multi-platform Logspout with Loki adapter
- Host: GitHub
- URL: https://github.com/maronato/logspout-loki
- Owner: Maronato
- Created: 2021-06-12T01:43:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T01:48:23.000Z (over 3 years ago)
- Last Synced: 2024-11-04T22:24:46.768Z (2 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi-Platform Logspout with Loki adapter
Credits for the Loki adapter implementation go to:
https://github.com/darkdarkdragon/logspout-loki## Build it yourself
Don't trust me? Neither do I!1. Build it: `docker buildx build --push --pull --platform linux/arm64/v8,linux/amd64 -t /logspout-loki:3.2.11 .`
2. Use it: `docker pull /logspout-loki:3.2.11`## Prebuilt version
You can also pull from [`maronato/logspout-loki`](https://hub.docker.com/r/maronato/logspout-loki).Built by Docker-Desktop on MacOS 11.4 using:
```bash
docker buildx build \
--push --pull \
--platform linux/arm64/v8,linux/amd64 \
-t maronato/logspout-loki:3.2.13 \
-t maronato/logspout-loki:latest .
```