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
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,14 @@
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
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
12
+
7
13
It is available for installation directly from the
8
-
[Grafana catalog](https://grafana.com/grafana/plugins/quickwit-quickwit-datasource/) until version 0.4.5.
14
+
[Grafana catalog](https://grafana.com/grafana/plugins/quickwit-quickwit-datasource/) until version 0.4.5
9
15
or you can download the latest version and follow the
10
16
[installation guide](#installation).
11
17
@@ -17,28 +23,28 @@ Quickwit 0.7 is compatible with 0.3.x versions only.
17
23
18
24
Quickwit 0.8 is compatible with 0.4.x and 0.5.x versions.
19
25
20
-
-**v0.5.x**: Grafana 11.x
26
+
-**v0.5.x** (Latest): Grafana 11.x with improved adhoc filters
21
27
-**v0.4.x**: Grafana 10.x
22
28
-**v0.3.x**: Grafana 9.x / Quickwit 0.7
23
29
24
30
## Installation
25
31
26
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.
27
33
28
-
### 0.5.x for Quickwit 0.8 + Grafana 11
34
+
### 0.5.0 (Latest) for Quickwit 0.8 + Grafana 11
29
35
30
36
Run `grafana` container with the env variable:
31
37
32
38
```bash
33
-
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.5-beta.2/quickwit-quickwit-datasource-0.5-beta.2.zip;quickwit-quickwit-datasource" grafana/grafana run
39
+
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
0 commit comments