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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,28 +25,28 @@ Quickwit 0.7 is compatible with 0.3.x versions only.
25
25
26
26
Quickwit 0.8 is compatible with 0.4.x and 0.5.x versions.
27
27
28
-
-**v0.5.0**: Grafana 11.x
28
+
-**v0.5.x**: Grafana 11.x
29
29
-**v0.4.x**: Grafana 10.x
30
30
-**v0.3.x**: Grafana 9.x / Quickwit 0.7
31
31
32
32
## Installation
33
33
34
34
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.
35
35
36
-
### 0.5.0 for Quickwit 0.8 + Grafana 11
36
+
### 0.5.x for Quickwit 0.8 + Grafana 11
37
37
38
38
Run `grafana` container with the env variable:
39
39
40
40
```bash
41
-
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.5.0/quickwit-quickwit-datasource-0.5.0.zip;quickwit-quickwit-datasource" grafana/grafana run
41
+
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.5-beta.1/quickwit-quickwit-datasource-0.5-beta.1.zip;quickwit-quickwit-datasource" grafana/grafana run
0 commit comments