quickwit-oss / quickwit-oss/quickwit
consider providing optional source config when creating index
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
Description
Is your feature request related to a problem? Please describe.
for index where VRL/transform is used, the ingest API can't be provided with that script. Users have to manually modify their metastore to make things work
Describe the solution you'd like
as part of index creation, optionally provide some configuration used in creating the ingest API source for that index
Describe alternatives you've considered
continue editing the metastore, not a great experience.
having some api to modify an existing sources.
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.
Research direction
No files or tests are named. Start by tracing the index-creation flow and the ingest API source configuration, then determine how VRL/transform settings are stored in the metastore. Done means index creation can optionally provide that source configuration without manual metastore edits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100