quickwit
quickwit copied to clipboard
Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
any timeline on native distributed indexing supported in single data source? what kind of native indexing are we talking here? APIs, files?
change number deserialization in docmapper from json to generic deserialization. This improves codes reuse between different code paths, e.g. serialization and validation. fixes conversion order in `map_primitive_json_to_tantivy`
https://github.com/quickwit-oss/quickwit/pull/3941 introduce the support for ES `search_after`, however we don't have anything similar on Quickwit API yet. We should define how the API should look like, and implement it
**Is your feature request related to a problem? Please describe.** As of today, Quickwit is only able to ingest traces and logs through the OTLP/grpc protocol. **Describe the solution you'd...
We have two ways to deal with range queries... - a DocSet that uses the scans the columnar and creates a buffer of the next valid docs. In its current...
thread 'indexing_scheduler::scheduling::tests::test_build_physical_plan_with_locality' panicked at quickwit-control-plane/src/indexing_scheduler/scheduling/mod.rs:901:9: assertion failed: metrics.num_remote_shards < 10
We have a one-way sync from the control plane to the ingesters, but the opposite path does not exist. In the case of Airmal, they resized their disks, which scratched...
As announced on https://www.datadoghq.com/blog/datadog-acquires-quickwit/