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

# Problem Today we do not really understand how long is spent in the different phase of a data request. Ideally we would like a breakdown of did we need...

enhancement

The http client used by rusoto S3 is https://docs.rs/hyper/0.14.19/hyper/ I think it comes with the default conf. In our case, we might want to set up the TCP_NO_DELAY setting https://docs.rs/hyper/0.14.19/hyper/client/struct.HttpConnector.html#method.set_nodelay...

enhancement

Now that we have an indexing server, we can expose some nice prometheus metrics.

enhancement

On quickwit.io, the `main-branch` install docs points to the latest release binaries. It could be nice to point to the nightly binaries.

documentation

1. The ingestion logs end with `exit_status=Killed`, that is misleading 2. The ingestion logs should make it clear that they append data, at the end they could also additionally display...

enhancement

The root directory has a loooooot of content. a) all subprojects b) junk and configuration. As a side effect, reading the README on github requires scrolling several screen, and the...

enhancement
good first issue

For example, we can make sure that AWS S3 is reachable from the instance by using the AWS CLI to: - check the bucket existence - make a put /...

documentation
enhancement

Cluster::join has 8 complicated arguments, and a bunch of helper functions for tests. We should introduce a ClusterConfig object, possibly with a builder pattern. We can also rely on chitchat's...

enhancement

## Issue Outline Currently there is no fuzzy support in quickwit. Fuzzy aims to provide a solution for mistypings (typographical errors). This is often done by finding all terms within...

enhancement