Summary
Add a Loki ingestion adapter so logs can be queried from Loki (LogQL) and written through the same ParsedLogLine → storage pipeline as file ingest.
Motivation
- README Roadmap lists a Loki adapter.
- Common in Kubernetes / Grafana Cloud deployments.
Scope (proposal)
Acceptance criteria
- Bounded window ingest from Loki into Postgres without intermediate files.
- Tests with mocked Loki responses.
References
Summary
Add a Loki ingestion adapter so logs can be queried from Loki (LogQL) and written through the same
ParsedLogLine→ storage pipeline as file ingest.Motivation
Scope (proposal)
ParsedLogLine.ingestflags for Loki base URL, tenant, auth (Bearer / basic), LogQL query,--since/--from/--toalignment with existing window UX.Acceptance criteria
References