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

**Is your feature request related to a problem? Please describe.** I am using Quickwit to ingest logs, and would like to make use of the ClickHouse integration to find associated...

enhancement

Each time we invoke the lambda indexer to ingest a file, it will index it and store a new checkpoint with the file's name. The metastore file will become bigger...

bug
aws-lambda

An indexer can take more than 15GB; it was observed on a k8s cluster, which has 1000 indexes. Possible explanation: we have several queues in a given indexing pipeline, and...

bug

It is not used anymore. (well double check that beforehands)

bug

When one invoke a lambda indexer to ingest a gz file, Quickwit will start an indexing and merge pipeline. As soon as the indexing is finished, we kill the merge...

bug
aws-lambda

I want to force sync the control-panel with the meta-store, so should we add API to do it? Our architecture is very special, we have two single-region clusters with one...

enhancement

- [x] metrics - [ ] tracing

enhancement

A user needs to expose only a given list of fields to its users. Elasticsearch has a `_source_excludes` query param to exclude some fields returned in the search response. [Doc...

enhancement