Find a file
2024-10-23 09:49:35 +02:00
grafana init 2024-10-23 09:49:35 +02:00
loki init 2024-10-23 09:49:35 +02:00
grafana-stack.yaml init 2024-10-23 09:49:35 +02:00
LICENSE init 2024-10-23 09:49:35 +02:00
README.md init 2024-10-23 09:49:35 +02:00

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

Initial Repo

TODO

  • Authentication for Loki