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 528 quickwit issues
Sort by recently updated
recently updated
newest added

Reject search requests with `TooManyRequests` when too many requests are in flight. This should be done at the root search level.

bug

### Description add histogram to some core s3 calls. This can help diagnosis incident that may be related to external systems. also only emit these histograms if the api has...

**Describe the bug** I am using both the Ingest API and OTLP to ingest documents into a few indices in Quickwit. I'm running the default helm chart with about 10...

bug

**Describe the bug** Both `quickwit_ingest_wal_disk_used_bytes` and `quickwit_ingest_wal_memory_used_bytes` are not working as expected. `quickwit_ingest_wal_disk_used_bytes` displays a constant value of 134217728 (max queue disk usage is set to 32GB and total size...

bug

Quickwit compile times are pretty long, this could by some part be caused by overly complex warp types. Below is an example of such a type. We probably should break...

low-priority

### Description send extended_bounds as ms from quickwit ui, otherwise we get graphs starting in 1970 ### How was this PR tested? tested manually by using the histogram aggregation ui...

**Is your feature request related to a problem? Please describe.** Changes configuration in the static node.yml file aren't picked up by running instances of quickwit. changing anything means that we...

enhancement
low-priority

### Description always emit at least one token when indexing/querying with an empty field ### How was this PR tested? tested manually. todo: add integration test

# RBAC support ## Authentication Quickwit will maintain its own model of user, roles and permissions its the metastore. For the first iteration, we will only allow LDAP authentication. The...