No description
| elastic | ||
| grafana | ||
| loki | ||
| grafana-stack.yaml | ||
| LICENSE | ||
| README.md | ||
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.yamlstore: boltdb-shipper>store: tsdbschema: v11>schema: v13
Links
Elastic Default Configruation Files
TODO
- Authentication for Loki
- Authentication for Elastic
- Docs for 'production settings' in Elastic
- what ports are really needed?