Describe the bug
I am using the /loki/api/v1/push endpoint to write logs into Loki, and the version of Loki is 3.0. Due to a time issue with the machine that collects the data, which I am unable to adjust, the uploaded logs are always 8 hours behind the current time. The logs can be written into Loki, and the response returns a status code of 204. The logs can also be seen in real-time streams in Grafana. However, when using query_range, the logs cannot be queried. When I manually push data with Postman, if the time is set to the correct current time, this issue does not occur. Is there a way for Loki to resolve this problem?
Describe the bug I am using the /loki/api/v1/push endpoint to write logs into Loki, and the version of Loki is 3.0. Due to a time issue with the machine that collects the data, which I am unable to adjust, the uploaded logs are always 8 hours behind the current time. The logs can be written into Loki, and the response returns a status code of 204. The logs can also be seen in real-time streams in Grafana. However, when using query_range, the logs cannot be queried. When I manually push data with Postman, if the time is set to the correct current time, this issue does not occur. Is there a way for Loki to resolve this problem?
To Reproduce Steps to reproduce the behavior:
Expected behavior I expect that after the old logs are written, they can be immediately queried.
Environment:
Screenshots, Promtail config, or terminal output If applicable, add any output to help explain your problem.