artifacthub helm/grafana/loki-stack 2.4.1
v2.4.1

latest releases: 2.10.2, 2.10.1, 2.10.0...
3 years ago

Loki 2.4.1

This is a patch fix release which fixes two important bugs found in the 2.4.0 release:

  • PR 4687 owen-d: Fixes a compactor panic when not using a tenant overrides file.
  • PR 4681 slim-bean: Fixes an incorrect initialization of the read target resulting in query gaps after a chunk is flushed and before the querier would download new index tables.

Installation:

The components of Loki are currently distributed in plain binary form and as Docker container images. Choose what fits your use-case best.

Docker container:

$ docker pull "grafana/loki:2.4.1"
$ docker pull "grafana/promtail:2.4.1"

Binary

We provide pre-compiled binary executables for the most common operating systems and architectures.
Choose from the assets below for the application and architecture matching your system.
Example for Loki on the linux operating system and amd64 architecture:

$ curl -O -L "https://github.com/grafana/loki/releases/download/v2.4.1/loki-linux-amd64.zip"
# extract the binary
$ unzip "loki-linux-amd64.zip"
# make sure it is executable
$ chmod a+x "loki-linux-amd64"

Don't miss a new loki-stack release

NewReleases is sending notifications on new releases.