quickwit
quickwit copied to clipboard
Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
**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...
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? 
**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...
**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...
### 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" }...
**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...
**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...
**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...
**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...