quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.

Results 349 quickwit issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I'm not sure if this is by design or not but the time selector in the UI drifts as you keep the UI open. The time range...

bug

Currently, we do allow having several sources for a given index. This will come handy for distribution purpose of course, but this is also a necessity in 0.3 as we...

bug
high-priority

**Is your feature request related to a problem? Please describe.** The data in kafka(or some sources else) has it's format, but maybe the format is not supported by Quickwit. before...

enhancement

### Description Improve CLI docs and add prompt to confirm overwrite. By default, the answer is no. A flag "-y --assume-yes" is here ### Note I like having a better...

**Describe the solution you'd like** Is there any plan to support chinese tokenizer? I just check the document , but find it doesnt support it now. Maybe we can supprt...

enhancement

Currently, each index pipelines is spawning a lot of threads: Blocking actors are executed in their own single threaded tokio runtime. In addition, tantivy's IndexWriter allocate a large buffer to...

enhancement

Right now we use a simple LRU logic with a minor sophistication introduced in https://github.com/quickwit-oss/quickwit/pull/1732, we do not evince items that are too fresh. Time here is used as an...

enhancement
low-priority

https://crates.io/crates/tokio-metrics Ideally identify the metrics that are of interests for us, and only expose those. (stuff that can help us spot a task not yielding enough for instance)

enhancement

Quoting @kstaken in #1679 > The bad news is that query times are 69-72 seconds with no evidence of caching making any difference. Previously the first query > would be...

bug