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

We need to define and implement a sustainable process to fix security vulnerabilities in our docker images.

enhancement

**Is your feature request related to a problem? Please describe.** I mistakenly passed an invalid value to the quickwit-lambda `INDEX_CONFIG_URI` environment variable because I thought it could accept http URIs...

enhancement

Quoting @PSeitz and @fulmicoton: > We should limit the number of fields returned, if the key is actually data e.g. `{"": true}`, we probably should not return it. Ideally, we...

enhancement

### Description The `FileSourceParams` curently contains a path that is converted forth and back to a URI. This PR straitens up things to avoid these conversions. ### How was this...

cleanup

### Description To prepare the S3 backed SQS source, this PR refactors the file source so that generates `RawDocBatch` can be reused. ### How was this PR tested? Added extra...

cleanup

For potentially large messages such as `ListIndexesMetadataResponse`, `IndexesMetadataResponse`, etc., some fields are compressed/decompressed ad hoc. We would like the RPC framework to take care of that for us. Since tonic...

enhancement

This has been asked several times on Discord either explicitly or through better wildcard support such as `*abcdef` (suffix queries) or `abc*def`. Currently, only prefix queries are supported.

enhancement