-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loki can write but cannot read data from s3 storage #10570
Comments
Can you share if you get any error message in read path (querier) ? @Alexsandr-Random |
@naveenpg11 log level set to info (also turned on debugging, same result). When querying historical data - i don`t see any error\warn messages only info, like that:
|
We are having the same issues. This is probably a duplicate of #10529 |
Right. Closing this issue, because it's a duplicate. Please refer to the other issue if you have more questions. |
Stack - Grafana + Loki + promtail + s3 storage (seaweedfs) - all latest versions
Loki could write logs into s3 storage (could download logs via aws cli and general size of bucket increasing)
But when using grafana dashboard (or just loki cli) - loki can not extract historical data from s3 (only logs from cache)
It is NOT s3 permissions issue (user got admin privileges, e.g. read, list, write, tag...)
It is NOT connectivity issue (because we could write logs)
it is NOT grafana issue (loki cli also can not query historical data from s3)
Seems like bug...
Here is my loki configuration:
The text was updated successfully, but these errors were encountered: