Phase 2 of documentation restructuring. Creates docs/reference/ with: Services (16): - alloy, argocd, borgmatic, 1password, forgejo, grafana - jellyfin, kiwix, loki, miniflux, navidrome, postgresql - prometheus, teslamate, transmission, zot Infrastructure (3): - hosts - Device inventory - tailscale - ACLs, groups, tags - routing - DNS domains and port mappings Kubernetes (2): - cluster - Minikube specs - apps - ArgoCD application registry Storage (2): - sifaka - Synology NAS configuration - backups - Backup policy All cards use wiki-links for cross-referencing and include YAML frontmatter with title and tags for Quartz. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1.1 KiB
1.1 KiB
| title | tags | ||
|---|---|---|---|
| Loki |
|
Loki
Log aggregation system for BlumeOps infrastructure.
Quick Reference
| Property | Value |
|---|---|
| URL | https://loki.ops.eblu.me |
| Tailscale URL | https://loki.tail8d86e.ts.net |
| Namespace | monitoring |
| Image | grafana/loki:3.4.2 |
| Storage | 50Gi PVC |
| Retention | 31 days |
Architecture
- Single-node deployment with filesystem storage
- TSDB index with 24h period
- Logs collected by alloy and pushed via Loki API
- Queried via grafana
Log Sources
From Indri (via Alloy):
- forgejo, tailscale (brew services)
- alloy, borgmatic, zot, jellyfin (LaunchAgents)
From Kubernetes (via Alloy DaemonSet):
- All pods in all namespaces
Query Examples (LogQL)
{service="forgejo"} # All forgejo logs
{service="borgmatic", stream="stderr"} # Borgmatic errors
{host="indri"} |= "error" # All logs containing "error"
Related
- alloy - Log collector
- grafana - Log visualization
- prometheus - Metrics counterpart