Open Luwdo opened 2 years ago
They do no not appear to be stoping logs from being processed
I just installed Loki via the loki-distributed chart and started seeing these errors. Looks like this issue is a duplicate of #801, of which there is already a PR open with a suggested fix #803.
Forked the repo and installed the chart locally with adding the new named service port for grpc for the query frontend.
Will keep an eye on https://github.com/grafana/helm-charts/pull/803 for geting back to mainline as the right fix is being debated.
see the same issues with 2.4.2
^
Hi. any updates ? see the same issues with 2.6.0
Same issue 2.6.1 - helm chart loki-distributed-0.65.3
Could you guys raise this error here?
This error on deploy helm chart. Need wait for run all component loki.
Sorry. I wait and have error.
Hi, Can someone update on this. Or share the fix for this.
Adding this lines
index_gateway_client: server_address: dns:///{{ include "loki.indexGatewayFullname" . }}:9095
in the config: storage_config: section in the values file, after {{- if .Values.indexGateway.enabled}}
solved the problem in my case.
config:
storage_config:
{{- if .Values.indexGateway.enabled}}
index_gateway_client:
server_address: dns:///{{ include "loki.indexGatewayFullname" . }}:9095
{{- end}}
could you please help to solve the problem?
It appears to be working, I see logs in aws s3 and grafana is allowing me to search them.
However a number of services are printing out errors that I am trying to determine if it is a misconfiguration or normal behavior.
The Querier has these
The Distributor has these:
This is loki 2.4.1 deployed on aws eks self-managed cluster configuration.