quickwit-datasource icon indicating copy to clipboard operation
quickwit-datasource copied to clipboard

Quickwit data source for Grafana

Results 43 quickwit-datasource issues
Sort by recently updated
recently updated
newest added
trafficstars

This issue proves complex to tackle, better keep a description of things here . # The problem : https://github.com/quickwit-oss/quickwit-datasource/blob/8a3c88b0301b4e68f5fc8c8b8c38730dd0d99173/pkg/quickwit/response_parser.go#L296 When creating a data frame from the response to a search...

I would like to be able to query my quickwit cluster from the grafana cloud. PDC allows you to proxy from grafana cloud into your internal network. The elasticsearch plugin...

- Clean up the client implementation (mostly ExecuteMultisearch and related functions) - Use a shallow unmarshal pass to avoid casting timestamps to float64 when not desired - Adjust dataframe field...

When hovering over “Ad-hoc statistics”, the plugin freezes the browser. It happens occasionally, and I don't know how to reproduce it. ![CleanShot 2024-03-12 at 11 57 58@2x](https://github.com/quickwit-oss/quickwit-datasource/assets/653704/08948e52-03f1-463c-b014-027d8f536a7f)

![image](https://github.com/quickwit-oss/quickwit-datasource/assets/653704/854ccb94-89b1-491d-8811-27c00cb742b6)

I suspect the state management paradigm used in the query editor is causing some sync issues. When running a query, the old state may flash for a split second.

Example to reproduce the lost of query context: 1. Enter a metrics query (term or date histogram) 2. Execute it 3. Change logs query 4. Go back to metrics query:...

It's possible to use variables in a dashboard. The query editor should consider `$query`, `${query}`, `${query:raw}` as a valid syntax. ![Screenshot from 2024-02-27 21-04-42](https://github.com/quickwit-oss/quickwit-datasource/assets/653704/2c9fed8f-d7db-4995-8af9-212d6fdf767d)

- DataSource.fields.values only implements Vector interface prior to grafana 10.0