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

Nesting each hit in a `document` object is not required for requests without snippets.

bug
high-priority

Exponential backoff + jitter + round robin on server pool

enhancement

Right now, we have config files as serialized inthe Indexmetadata and iconfig files as filled by the user. This is a choice that was probably made to offer us more...

enhancement

The merge command is supposed to keep quickwit merge pipeline running till canceled. Currently, it exists shortly after starting with this error. ``` ... 2022-09-20T08:26:04.348Z INFO {actor=quickwit_indexing::actors::indexing_service::IndexingService}:{msg_id=1}:: quickwit_actors::spawn_builder: actor-exit actor_id=IndexingPipeline-shy-wrDU...

bug

**Describe the bug** Quickwit version: 0.3.1 Query will not get the field value when index field type is bytes. **Steps to reproduce (if applicable)** Steps to reproduce the behavior: 1....

bug

By nature, immature splits should not remain immature. With a given merge policy, they should become mature, one day. However, we don't know when they will become mature, and under...

enhancement

As noted in #1962, when a user creates a delete task, he has to wait at most 60 seconds before seeing planned delete operations. On the creation, we could just...

enhancement

As spotted in #2011. U64 field are very nice for users indexing ids. They can be a nicer solution than strings, for instance if we do grouping and the number...

bug