Open RushikeshChanakhekar opened 1 week ago
Configuration questions have a better chance of being answered if you ask them on the community forums. More people monitor that channel.
I was searching for configuration settings with a 3 hour default, and found this in the Upgrade docs: "query_ingesters_within
under the querier
config now defaults to 3h
, previously it was 0s
. Any query (or subquery) that has an end time more than 3h
ago will not be sent to the ingesters, this saves work on the ingesters for data they normally don't contain. If you regularly write old data to Loki you may need to return this value to 0s
to always query ingesters." https://grafana.com/docs/loki/latest/setup/upgrade/#loki-6
I am using loki distributed helm chart and configured the PVC to store logs of long duration but I can see only last 3 hrs of data on grafana dashboard.
In ingester logs I can see this
As per my observation, I cant see the data which is flushed on grafana dashboard.
my values.yaml
Chunks and index are getting created as well.
above is my values.yaml file, could anyone please help me, what I have configured wrong ? I want to see all logs from the retention period is set on grafana dashboard