podman-grafana-loki-elastic/README.md
2024-10-24 01:29:57 +02:00

1.4 KiB

Notes

CURRENTY NOT WORKING

git clone https://git.ittavern.com/CaffeineFueled/podman-grafana-loki-elastic.git

cd podman-grafana-loki-elastic

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 # web interface

Loki

localhost:3100 # default port for client communication

Elastic

localhost:9200 # default HTTP port for client communication + REST API

localhost:9300 # default transport port for node-to-node communication

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

Elastic Default Configruation Files

TODO

  • Authentication for Loki
  • Authentication for Elastic
  • Docs for 'production settings' in Elastic
  • what ports are really needed?