Stream in-cluster Loki logs (SSE)
Stream one Loki log source live over SSE: recent history first, then Loki’s own /loki/api/v1/tail WebSocket bridged over the Operator substream.
Query Parameters
Composite <moduleInstanceId>::<logSourceId> key of the ui.logs source to tail. Mutually exclusive with deploymentResourceId.
EKS workload deployment resource to tail. Mutually exclusive with logSourceKey.
Inclusive start of the historical phase (ISO 8601). Defaults to fifteen minutes before now.
Inclusive end of the historical phase (ISO 8601). Defaults to now.
Continue into a live tail after the historical phase.
Case-sensitive substring the line must contain, compiled to a LogQL line filter. A plain string rather than the structured filter tree because a recursive model cannot ride a query param on an SSE GET.