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

**Describe the bug** When we request collection with aggregation with sorting by two fields we see two bugs: * Missing sorting * Different results for each call **Steps to reproduce...

bug

**Describe the bug** A clear and concise description of what the bug is. **Steps to reproduce (if applicable)** Steps to reproduce the behavior: ##### Example Request > [!CAUTION] > The...

bug
high-priority

**Is your feature request related to a problem? Please describe.** As of now Quickwit ES compatible endpoint is extremely strict on schema and do not allow optional fields passed to...

enhancement

Some json log files have relatively long values embedded in key:value pairs, e.g. Ansible Tower, Azure DevOps Server and Github can all produce data where key:value is greater than 255...

enhancement

### Description fix #4945 ### How was this PR tested? added integration test (also fix an integration test not cleaning up behind)

In the multimatch query, best_field, phrase, phrase_prefix, bool_prefix are supposed to max out of the score of the different fields. Right now quickwit combines their results.

bug
good first issue

Right now, we run the document processing and the indexing on two different actors in order to take advantage of multithreading. (Side-note: it has been observed by @PSeitz that multithreading...

bug

the parameter is introduced in #5098, but is noop at the moment. https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html It makes it possible for the client to pass dates in a specific format https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-date-format.html

enhancement
good first issue

### Description Upgrade opendal to v0.47.0 for zero copy bytes streaming ### How was this PR tested? Unit test and integration tests.