-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
No chunks with azureblobs over minio #800
Comments
Hello @khauser, The logs you're seeing in Grafana are from the ingestion path. Chunks are flushed to s3 when they are full or idle for a long time.
Once you reach one or the other you should have a chunk in s3, if not check Loki logs and let us know. Does that help ? |
I understand. Then I now reached one of these thresholds over the weekend but the flush failes with: |
Something is wrong with your credentials, not sure exactly what as I never used azure, but you’re on the right track. |
Thanks to @duythien I'm now a bit further..
So |
I have it working now.. There were two issues:
So the dot parsing (coming from here?: https://github.com/weaveworks/common/blob/master/aws/config.go seems like a bug to me , which prevents me from having a local minio container. |
Feel free to open a PR there and I will try to get this updated in Loki. Also if you got some time to add some documentation for running over azure, that sounds like a great thing to have for the community. Thanks. |
Describe the bug
When enabling loki aws s3 storage (over minio to azureblobs since I realized #343) logging entries still appear in grafana but none in the defined "logs" bucket whereas the loki chunk data folder stays empty.
To Reproduce
Steps to reproduce the behavior:
docker run -d -p 9000:9000 --name azure-s3 -e "MINIO_ACCESS_KEY=<azure-storage-key>" -e "MINIO_SECRET_KEY=<azure-storage-secret>" minio/minio gateway azure
So wonderful, it's possible to speak with azureblobs through an s3 api!
3. Started loki (master-d31577f)
Expected behavior
The regulary appearing logs in grafana shall also appear in azureblobs. But this is not happening.
Great that they still appear in grafana! ;) But from where?
Also the log states nothing, I also tried with
log.level: debug
.Environment:
Thanks for help
The text was updated successfully, but these errors were encountered: