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

Updated source `enable`/`disable` source CLI commands docs Follow up of https://github.com/quickwit-oss/quickwit/pull/2068

### Description Related to https://github.com/quickwit-oss/quickwit/issues/2067 Changes: - Add "libsasl2-dev" to build deb-requirements in Dockerfile (https://github.com/quickwit-oss/quickwit/blob/main/Dockerfile) - Add sasl to rdkafka features in quickwit-indexing Cargo.toml (https://github.com/quickwit-oss/quickwit/blob/main/quickwit/quickwit-indexing/Cargo.toml) ### How was this PR...

### Description Changed the IndexRecordOption to an option that is now set to None from an IndexRecordOption::Basic ### How was this PR tested? Cargo test to check for regression and...

"Maximum application poll interval ([max.poll.interval.ms](http://max.poll.interval.ms/)) exceeded".

bug

Is the split store broken?

bug
high-priority

**Describe the bug** Can not create a text field with "index" is false while "stored" is true. **Steps to reproduce (if applicable)** Steps to reproduce the behavior: 1. When I...

bug
high-priority

This parameter currently uses the same value for all uploaders. This means that the larger the num_pipeline, the more incentive there is to compete. The "Maximum application poll interval (max.poll.interval.ms)...

enhancement
high-priority

Refactored merge pipelines to be independent of indexing pipelines Closes https://github.com/quickwit-oss/quickwit/issues/1803

### Description Closes https://github.com/quickwit-oss/quickwit/issues/1968 @guilload The changes was getting a bit out of hand, I will update the CLI docs in a separate PR