You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,12 @@
4
4
5
5
The Quickwit data source plugin allows you to query and visualize Quickwit data from within Grafana.
6
6
7
-
## 🎉 What's New in v0.5.0
7
+
## 🎉 What's New in v0.6.0
8
8
9
-
-**Grafana 11.x Support**
10
-
-**Fixed Adhoc Filters**: Improved adhoc filters feature for dynamic query building
11
-
-**Enhanced Stability**: Various bug fixes and improvements
9
+
-**Grafana 12.1+ and 13 Support** (React 19 compatibility)
10
+
-**Playwright e2e tests** replacing Cypress, with a Grafana version matrix
11
+
-**Fixed Shift-Enter keymapping** on latest Grafana versions
12
+
-**Security updates**: Go and Node dependency bumps
12
13
13
14
It is available for installation directly from the
14
15
[Grafana catalog](https://grafana.com/grafana/plugins/quickwit-quickwit-datasource/) until version 0.4.5
@@ -17,40 +18,39 @@ or you can download the latest version and follow the
17
18
18
19
## Version compatibility
19
20
20
-
We recommend Grafana v10.X or v11.X.
21
+
We recommend Grafana v12.1+ or v13.
21
22
22
23
Quickwit 0.7 is compatible with 0.3.x versions only.
23
24
24
-
Quickwit 0.8 is compatible with 0.4.xand 0.5.x versions.
25
+
Quickwit 0.8 is compatible with 0.4.x, 0.5.x and 0.6.x versions.
25
26
26
-
-**v0.5.x** (Latest): Grafana 11.x with improved adhoc filters
27
-
-**v0.4.x**: Grafana 10.x
27
+
-**v0.6.x** (Latest): Grafana 12.1+ and 13 (React 19)
28
+
-**v0.5.x**: Grafana 11.x
29
+
-**v0.4.x**: Grafana 10.x
28
30
-**v0.3.x**: Grafana 9.x / Quickwit 0.7
29
31
30
32
## Installation
31
33
32
-
You can either download the plugin manually and unzip it into the plugin directory or use the env variable `GF_INSTALL_PLUGINS`to install it.
34
+
You can either download the plugin manually and unzip it into the plugin directory, or use a Grafana env variable to install it. Note that `GF_INSTALL_PLUGINS`is **deprecated since Grafana 12.1** — use `GF_PLUGINS_PREINSTALL_SYNC` instead on recent versions.
33
35
34
-
### 0.5.0 (Latest) for Quickwit 0.8 + Grafana 12.1
`GF_INSTALL_PLUGINS` has been deprecated since 12.1. `GF_PLUGINS_PREINSTALL_SYNC` must be used instead
37
-
38
-
Run `grafana` container with the env variable:
38
+
Run `grafana` container with the env variable (format: `<plugin-id>@<version>@<url>`):
39
39
40
40
```bash
41
-
docker run -p 3000:3000 -e GF_PLUGINS_PREINSTALL_SYNC="quickwit-quickwit-datasource@0.5.0@https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.5.0/quickwit-quickwit-datasource-0.5.0.zip" grafana/grafana run
41
+
docker run -p 3000:3000 -e GF_PLUGINS_PREINSTALL_SYNC="quickwit-quickwit-datasource@0.6.0@https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.6.0/quickwit-quickwit-datasource-0.6.0.zip" grafana/grafana run
0 commit comments