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

With all recent updates, UI is partly broken, at least the cluster state page.

bug
quickwit-ui

Currently, tantivy does not let Quickwit execute a general delete query, only term queries are possible. A general delete query is planned in tantivy: https://github.com/quickwit-oss/tantivy/issues/1494 Let's wait for it and...

bug
enhancement

In PR #1916, we introduced a call to the metastore each time we create a workbench. > That's one extra call every 30s per index. Discussed here: https://github.com/quickwit-oss/quickwit/pull/1916#discussion_r966762160 We can...

enhancement

PR #1916 introduced a stamper that always returns a non zero integer. We can use here `NonZeroUsize`. Quoting @fulmicoton in https://github.com/quickwit-oss/quickwit/pull/1916#discussion_r966883799 > Maybe working with a NonZeroUsize here, and in...

enhancement

We want quickwit to be easy to deploy on k8s. One issue that we have is how do we start the cluster formation via scuttlebutt. It requires to get connected...

enhancement

For logs we want a nicer tokenizer. We probably should not cut on _ or -, and `.` within a number.

enhancement
reserved

I see that there is no binary available for ARM / Mac M1. If nobody is on this project, I can participate on my time (because I need it, the...

enhancement

**Is your feature request related to a problem? Please describe.** I want to monitor Quickwit's metrics and health checks. And I want to do it with a standard for the...

enhancement

Following PR #1909, we need a test with different `grpc_listen_addr` and `grpc_advertise_addr`. Should be pretty easy to add and will prevent messing up again the config.

enhancement