init
This commit is contained in:
commit
2b007e3235
9 changed files with 1391 additions and 0 deletions
48
README.md
Normal file
48
README.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue