-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
minio support #1434
Comments
What's the issue/ error message you're having? I've recently configured loki with minio as chunk store.
Worked for me. Notice the dot behind |
thank u very much,u did me a favor |
@bastjan |
I am joining to question about full config. It seems like in the new version of loki field
But I am getting: |
|
Thank you @pomazanbohdan, your config works fine. I misunderstand the fact that the index can not be stored in S3. Do you know what happens when the index in the filesystem directory will be lost? |
I think that you can configure it so that the index is also in the file storage. |
Thank for the answer! I am searching for a way that makes Loki stateless when using Minio. I have a distributed Minio setup, so Loki's chunk data is replicated. And Loki is deployed in a kubernetes as stateful set. I will try to move in a simple deployment instead statefulset. And will have a look at what happens when pod will be started in another node, with emplty index data directory |
Index for older logs data didn't rebuild after move pod to another node. So HA for index should be provided Cassandra, for example |
The index can be stored in s3(Minio or alternative), my config works well:
|
@IgorOhrimenko I have a similar configuration but when I restart loki pod I dont see the old logs, but they are there in minio.
What am I doing wrong? |
When I changed the address of s3 to use the
|
Is your feature request related to a problem? Please describe.
I cannot connect to minio through the configuration of aws
Describe the solution you'd like
Add minio configuration and library
Describe alternatives you've considered
nil
Additional context
nil
The text was updated successfully, but these errors were encountered: