Skip to main content

Loki

Grafana Loki is a set of components that can be composed into a fully featured logging stack.

Install Loki

The Monolithic loki installation runs the Grafana Loki single binary within a Kubernetes cluster. To deploy Scalable loki to run read, write, and backend targets in a scalable mode.

NudgeBee Agent Configuration

By default nudgebee auto discovers Loki if agent is installed in same cluster as Loki.

If Loki is deployed as external service then need to provide external Loki URL as below in values

runner:
loki:
url: "http://loki:3100"
username: ""
password: ""
# comma-separated "Key: Value" pairs
headers: "X-Scope-OrgID: tenant1"

username and password are optional and only needed if Loki is behind basic auth. Multi-tenant Loki needs the X-Scope-OrgID header shown above.