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
+4-13
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,6 @@ The license for this project is [AGPL-3.0](LICENSE.md), and a [notice](NOTICE.md
21
21
22
22
We recommend Grafana v10.X.
23
23
24
-
Quickwit 0.6 is compatible with 0.2.x versions only.
25
-
26
24
Quickwit 0.7 is compatible with 0.3.x versions only.
27
25
28
26
Quickwit 0.8 is compatible with 0.4.x versions only.
@@ -31,20 +29,20 @@ Quickwit 0.8 is compatible with 0.4.x versions only.
31
29
32
30
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.
33
31
34
-
### 0.4.1 for Quickwit 0.8
32
+
### 0.4.5 for Quickwit 0.8
35
33
36
34
Run `grafana-oss` container with the env variable:
37
35
38
36
```bash
39
-
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.4/quickwit-quickwit-datasource-0.4.4.zip;quickwit-quickwit-datasource" grafana/grafana-oss run
37
+
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.5/quickwit-quickwit-datasource-0.4.5.zip;quickwit-quickwit-datasource" grafana/grafana-oss run
docker run -p 3000:3000 -e GF_PATHS_PLUGINS=/data/plugins -v ${PWD}/plugins:/data/plugins grafana/grafana-oss run
66
64
```
67
65
68
-
### 0.2.4 for Quickwit 0.6
69
-
70
-
71
-
```bash
72
-
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.4/quickwit-quickwit-datasource-0.2.4.zip;quickwit-quickwit-datasource" grafana/grafana-oss run
73
-
```
74
-
75
66
## Additional instructions
76
67
77
68
If you are running a local Quickwit instance on Linux, add the `--network=host` argument to the `docker run` command. This will allow Grafana to access services on the host machine. You can later use `http://localhost:7280/api/v1` in the Quickwit API URL when configuring the data source.
0 commit comments