-
**Describe the bug**
From version 2.9.0, JSON payloads sent to the [HTTP push endpoint](https://grafana.com/docs/loki/latest/reference/api/#push-log-entries-to-loki) fail when there are boolean v…
-
**Is your feature request related to a problem? Please describe.**
Currently when using TLS, Loki will accept requests from any client that has a certificate signed by our Certificate Authority. For …
-
**Is your feature request related to a problem? Please describe.**
loki-canary needs a single label which uniquely identify its logs. This is not always the case if loki-canary is deployed on m…
-
In Loki when doing `{app="foo"} | json | duration > 2` we actually first extract all labels, then filter. It would be faster that as we extract labels we apply filtering before pushing extracted data …
-
I'm having this issue on loki-distributed-querier
```
level=warn ts=2022-03-25T12:05:36.385437066Z caller=memcached_client.go:228 msg="error updating memcache servers" err="lookup _memcache._tcp.l…
-
mkdir a directory somewhere
if you want to use a different user per repo, then clone the repo to the user's home directory (this is safer than running them all as root per se)
replace X with the num…
-
### Request
The regex stage currently uses the [FindStringSubmatch](https://github.com/grafana/agent/blob/main/component/loki/process/stages/regex.go#L108C24-L108C42) method which only returns the fi…
-
Hi,
just switched to the loki distributed helm chart and it took a bit longer to get it up and running than I though. The overall readme is good so far. Also the examples are great but some little …
-
When an application update is applied, files and directories from the previous application image are not removed. This bug was discovered in an app pre-release version, but it affects any NS8 applicat…
-
Our logs are taking quite a lot of time to load from Loki. I suppose it's caused by a very wide time range in which they are searched for in Loki:
```
start = ti.start_date - timedelta(days=15)
#if…