This commit is contained in:
CaffeineFueled 2024-10-23 09:49:35 +02:00
commit 2b007e3235
No known key found for this signature in database
GPG key ID: 739D3C8D00944004
9 changed files with 1391 additions and 0 deletions

48
README.md Normal file
View file

@ -0,0 +1,48 @@
# Notes
`git clone https://git.ittavern.com/CaffeineFueled/podman-grafana-loki.git`
`cd podman-grafana-loki`
`podman kube play grafana-stack.yaml`
Taking it down
`podman kube down grafana-stack.yaml`
> Note: not ready for production!
# Configuration
## Endpoint
Grafana
`localhost:3000`
Loki
`localhost:3100`
## Auth
Open Grafana, default creds are `admin`/`admin`.
## Data Source
Add Loki as data source `localhost:3100` to display them in grafana
# Changelog
from initial project
- Removed Tempo/Mimir
- Loki Config `loki-local-config.yaml`
- `store: boltdb-shipper` > `store: tsdb`
- `schema: v11` > `schema: v13`
# Links
[Initial Article](https://grafana.com/blog/2022/09/08/how-to-deploy-the-grafana-stack-using-podman/)
[Initial Repo](https://github.com/CastawayEGR/grafana-stack-podman)
# TODO
- [ ] Authentication for Loki