quickwit-oss / quickwit-oss/quickwit

Complete the minio config storage with the URI of an index

Open
#4,285 0 comments 0 reactions 1 assignee View on GitHub

@fmassot is already working on this.

Since Dec 19, 2023.

documentation enhancement
Dominant language
Rust
Stars
11.7k
Forks
597
Avg merge
2d 22h
Merged PRs (30d)
37

Description

The storage config page gives the following storage config for MinIO:

storage:
  s3:
    flavor: minio
    endpoint: http://127.0.0.1:9000

Good. Then, a user will have to define the default_index_root_uri.

I saw at least two times users set default_index_root_uri: s3://127.0.0.1:9000/indexes, which is wrong. The right value is default_index_root_uri: s3://indexes

We could at least give an example in the docs + link to the minio tutorial. We could also check the config when starting quickwit and raise an error.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.