J Stickler
J Stickler
Questions have a better chance of being answered if you ask them on the [community forums](https://community.grafana.com/c/grafana-loki/41).
Please update the other files listed in the checklist. For Helm chart changes bump the Helm chart version in `production/helm/loki/Chart.yaml` and update `production/helm/loki/CHANGELOG.md` and `production/helm/loki/README.md.` [Example PR](https://github.com/grafana/loki/commit/d10549e3ece02120974929894ee333d07755d213)
@Pionerd Please update the other files listed in the checklist. For Helm chart changes bump the Helm chart version in `production/helm/loki/Chart.yaml` and update `production/helm/loki/CHANGELOG.md` and `production/helm/loki/README.md.` [Example PR](https://github.com/grafana/loki/commit/d10549e3ece02120974929894ee333d07755d213)
@ajmal-yazdani, there are a couple of Azure configuration examples in [this PR](https://github.com/grafana/loki/pull/12725) that might help you get unstuck.
@ajmal-yazdani Unfortunately I can't help much with debugging errors, I'm the technical writer and still learning about Loki myself. You could try asking over on the [community forums](https://community.grafana.com/c/grafana-loki/41).
Questions have a better chance of being answered if you ask them on the [community forums](https://community.grafana.com/c/grafana-loki/41).
Did you enable memcached? See this section of the [values.yaml file](https://github.com/grafana/loki/blob/55b747ce4ebfe0b46de674104264e4972284ec7d/production/helm/loki/values.yaml#L290) for an example.
@coro Currently every PR increments the Helm version, but we're considering changing to weekly Helm updates and will be discussing that in this week's [Community Call](https://docs.google.com/document/d/1MNjiHQxwFukm2J4NJRWyRgRIiK7VpokYyATzJ5ce-O8/edit#heading=h.xma6rt7n0xbi)
@samyak335 questions about configuration issues have a better chance of being answered if you ask them on the [community forums](https://community.grafana.com/c/grafana-loki/41). And I suspect this is a configuration issue where you've...
FYI, the configuration documentation is partially generated. The source file can be found at `/docs/sources/configure/_index.md` and the text is generated from `/docs/sources/configure/index.template`. This was added in #7916, just in case...