J Stickler

Results 100 comments of 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).

Questions have a better chance of being answered if you ask them on the [community forums](https://community.grafana.com/c/grafana-loki/41).

Loki is not currently FIPS compliant, and neither is Promtail.

Questions have a better chance of being answered if you ask them on the [community forums](https://community.grafana.com/c/grafana-loki/41).

@yamalal From the [sample](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml) `values.yaml` file: ` #Check https://grafana.com/docs/loki/latest/configuration/#schema_config for more info on how to configure schemas schemaConfig: {} #a real Loki install requires a proper schemaConfig defined above this,...

@romainDavaze 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)

@zarbis, updating your configuration is only one part of the implementation, how are you [Attaching the structured metatdata to your log lines](https://grafana.com/docs/loki/latest/get-started/labels/structured-metadata/#attaching-structured-metadata-to-log-lines)?

So you're using the OpenTelemetry Collector, which means you must use the [otlphttp exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/otlphttpexporter), which does not support structured metadata. The docs need to be updated, as we have two...

@MichelHollands , @monodot and I were just looking at this section in the docs when we were working together today, and I realized that while we tell users how to...

>Lokitool does respond to --help: Awesome! Thanks for providing the output! I had checked the PR dates and knew that it hadn't made it into the last release. But it...