(01)Install Grafana Loki
Linux
1docker run -d --name loki -p 3100:3100 grafana/loki:latestLog aggregation system — like Prometheus but for logs
What is this?
Loki collects logs from your apps and works alongside Grafana for searching them.
Where to create or edit the main configuration — paths below match the setup steps.
loki-config.yamlLocation: Loki server or container
Storage, retention, and scrape config
Step 01
1docker run -d --name loki -p 3100:3100 grafana/loki:latestStep 02
1curl http://localhost:3100/ready