Christian Haudum
Christian Haudum
> I can propose you an access to our NAS if you want! You are running Loki as Docker container on a NAS? I don't think you can run Loki...
Hi @sschmiedleitner I double checked the code of the fluent-bit plugin, and you are right, nested labels cannot be extracted. https://github.com/grafana/loki/blob/da6fd014448061df7ca3ffe71e469ab2f2d2e77b/clients/cmd/fluent-bit/loki.go#L160-L179 Maybe you want to give it a try to...
@sschmiedleitner No problem. I marked the issue as `good first issue`, so people from the community can discover it. Just wanted to note that the fluent-bit plugin is quite niche...
@sschmiedleitner you could also use the `LabelMapPath` ([docs](https://grafana.com/docs/loki/latest/clients/fluentbit/#labelmappath)) configuration option. You would need to build a custom image that contains the JSON, though.
I can think of two different options to implement custom labels, under with this suggestion falls: ### Proposal 1 Instead of providing a `map[string]int` as optional fourth argument in the...
> ``` > map[string]struct{generatedValuesCount int, staticValues string[]} > ``` The problem that I see here is that it would break backwards compatibility because the input type for the argument changes....
@alexandergoncharovaspecta Can you provide your config?
> @alexandergoncharovaspecta Can you provide your config? I am able to reproduce the bug on the `release-3.0.x` branch using ```console $ ./cmd/loki/loki -target=backend -index-gateway.mode=ring panic: runtime error: invalid memory address...
The `target-branch` [CI checks fails](https://drone.grafana.net/grafana/loki/33481), because the test is flaky on the target branch.
We are investigating this issue, which may have been introduced with https://github.com/grafana/loki/pull/9710 (still needs to be verified).