quickwit-oss / quickwit-oss/quickwit
Complete the minio config storage with the URI of an index
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.