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 528 quickwit issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Quickwit returns a 400 error response when the `bytes` param is specified. **Describe the solution you'd like** It should work...

enhancement

https://quickwit.io/docs/ingest-data/ingest-api I refer to this tutorial and I can't search by `body` field, only `tag` field, why is that? ![image](https://github.com/user-attachments/assets/c9fdf4ab-6b44-41aa-99dc-d7af4254b78f)

documentation

**Is your feature request related to a problem? Please describe.** I'm trying to make ES endpoints more compatible, I'm intended to use grafana's elasticsearch plugin with quickwit, my goal isn't...

enhancement

**Describe the bug** Versions: quickwit v0.8.2 Grafana v11.8.3 jaegertracing/jaeger-query:1.53.0 Datasources: - 1 jaeger datasource against jaeger query - 1 jaeger datasource against quickwit (`api/v1/otel-traces-v0_7/jaeger`) I make a search for a...

bug

### Description Per title. ### How was this PR tested? Attempted to run `make test-all` locally

When a user post a valid delete query, he will receive the following response OK ```json { "create_timestamp": 1000000, "opstamp": 3, "delete_query": { "index_id": "my-index", "start_timestamp": 1000000, "query": "body:trash" }...

enhancement

**Is your feature request related to a problem? Please describe.** We run a SaaS product collecting log data from thousands of customers and applications. Their logs are in various formats...

enhancement

**Is your feature request related to a problem? Please describe.** We recently made some changes to enable searchers to work without control plane (https://github.com/quickwit-oss/quickwit/pull/5360). A few things should be validated...

enhancement

**Is your feature request related to a problem? Please describe.** We want to obtain the number of field occurrences for a query search. For example: If I send the following...

enhancement

**Is your feature request related to a problem? Please describe.** The Quickwit only supports gRPC transport to send logs. The docs stated that this would be an easy feature to...

enhancement