quickwit-datasource
quickwit-datasource copied to clipboard
Quickwit data source for Grafana
See https://grafana.com/developers/plugin-tools/create-a-plugin/extend-a-plugin/add-authentication-for-data-source-plugins#forward-oauth-identity-for-the-logged-in-user I made this commit in the hope of fixing this issue: https://github.com/quickwit-oss/quickwit-datasource/commit/aea564e8d5b76b65f88fbcfc1c554d70fee816ed But that's probably wishful thinking.
cf : https://github.com/quickwit-oss/quickwit-datasource/pull/45#discussion_r1480647233 Fields shown in the log context sidebar may not be relevant filters. There may not be a sensible default exclusion list. How can this be improved ?
I did not reproduce it locally. I tested a Grafana 10.3.3 with Quickwit 0.4.0-beta.2 installed.
Currently, a quickwit datasource requires to define an index. We want a user to be able to query different indexes (using the index pattern) or query multiple indexes with a...
cf : https://github.com/quickwit-oss/quickwit-datasource/pull/45/files/7183f8c2ca2c888041c9828ff3b3a5726c0c5887#r1480654966
Run ` npx @grafana/create-plugin@latest migrate`. I just checked that the plugin was working.
[Explore feature ref](https://grafana.com/docs/grafana/latest/explore/logs-integration/#highlight-searched-words) Some pointers: - [search words added in dataframe for loki source](https://github.com/grafana/grafana/blob/0f25f1873955c43875fa786e35571008e9714157/public/app/plugins/datasource/loki/backendResultTransformer.ts#L42) - [search words in elasticsearch source](https://github.com/grafana/grafana/blob/0f25f1873955c43875fa786e35571008e9714157/public/app/plugins/datasource/elasticsearch/ElasticResponse.ts#L542-L567) - [lucene query parser](https://github.com/grafana/grafana/blob/0f25f1873955c43875fa786e35571008e9714157/public/app/plugins/datasource/elasticsearch/modifyQuery.ts)
I'm unsure of the meaning of "no limit"
On the github action of all opening pull requests: But if you upgrade the dependancy to `10.2.2`, you'll see a huge amount of breaking changes to fix: ``` assets by...