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.** We want to write data via the http endpoint and we have a very large amount of data and need...

enhancement

That could be quite misleading for users who have randomly set this environment variable. We probably want to hardcode it to the number given by num_cpus available.

bug

Knowning the number of bits taken per docs for a field in a givne split would have been helpful to debug #1679 . Ideally we should put that in the...

enhancement
low-priority

The referecne doc does not mention the fieldnorms option.

enhancement

**Describe the bug** We needed to update the configuration on an existing index and one of my engineers pointed out the --overwrite option to index create as a possible way...

bug

Quickwit uses a `Storage` abstraction to store its data. While the entire system has been designed to work with an object storage, there are some benefit to offer a local...

enhancement

### Issue Outline The Push API currently returns the number of docs received, but this does not mean the documents are indexed, they are merely stored in the rocks-db. It...

enhancement

This PR changes a notch the way the selection fo the tokio runtime works. Rather than spawning a local thread tokio runtime per blocking actor, they run all on the...

- [x] Stop passing resolved addresses to Chitchat - [x] Pass public gRPC addresses to Chitchat - [x] Add node config overrides via env vars for cluster ID, node ID,...

enhancement

**Describe the bug** The `split list` command is primarily an informational command but it has an option `--mark-for-deletion` that takes destructive action. I get why this option exists, it's a...

bug