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

Endpoints: - [x] https://github.com/quickwit-oss/quickwit/issues/2656 - [x] [_msearch endpoint](https://www.elastic.co/guide/en/elasticsearch/reference/8.6/search-multi-search.html) - [x] https://github.com/quickwit-oss/quickwit/issues/2770 (high priority) - [x] #3527 - [x] #3526 - [x] #3525 Search parameters: - [x] https://github.com/quickwit-oss/quickwit/issues/3551 (high priority) -...

enhancement
project:airmail
elasticsearch-api

### Description Add a tutorial to collect logs from docker's syslog driver. Copy pasta from the docker log tutorial. WIP ### TODO - Test it on different configs - update...

### Description add the tracing layer to enhance rest api metrics ### How was this PR tested? The proposed changes have been deployed locally and verified with the `/metrics` endpoint....

Currently, when you declare a timestamp field, you can define several input formats and **one** output format. Internally, Quickwit parses the input value and stores the parsed value in the...

enhancement

I got the following error on the first call of `make invoke-hdfs-searcher-term` ``` Traceback (most recent call last): File "", line 1, in File "/home/fmassot/quickwit/repos/quickwit/distribution/lambda/cdk/cli.py", line 221, in invoke_hdfs_searcher return...

bug

Ideally, we would like quickwit to be ready to ingest documents right after it responded to a create index request. In practise this is not the case for ingest v1....

bug

This can't be done until `tonic` upgrades to `hyper` 1.0.

enhancement

Coming from a [redditor](https://www.reddit.com/r/aws/comments/199q02b/comment/kigwjsa/?utm_source=share&utm_medium=web2x&context=3): provide terraform examples to deploy Quickwit Lambdas.

enhancement
good first issue

In #3734, we added the multi indexes search. The root search node now sends leaf requests for each index to leaf nodes. Consequently, the root node will need to merge...

enhancement
project:airmail

- `items` field is not populated - 404 is returned on index not found, whereas the error should be described in `items` (but Airmail currently relies on this behavior)

bug