Skip to content

Commit 888c3e6

Browse files
committed
Update readme
1 parent bff8087 commit 888c3e6

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44

55
The Quickwit data source plugin allows you to query and visualize Quickwit data from within Grafana.
66

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+
713
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
915
or you can download the latest version and follow the
1016
[installation guide](#installation).
1117

@@ -17,28 +23,28 @@ Quickwit 0.7 is compatible with 0.3.x versions only.
1723

1824
Quickwit 0.8 is compatible with 0.4.x and 0.5.x versions.
1925

20-
- **v0.5.x**: Grafana 11.x
26+
- **v0.5.x** (Latest): Grafana 11.x with improved adhoc filters
2127
- **v0.4.x**: Grafana 10.x
2228
- **v0.3.x**: Grafana 9.x / Quickwit 0.7
2329

2430
## Installation
2531

2632
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.
2733

28-
### 0.5.x for Quickwit 0.8 + Grafana 11
34+
### 0.5.0 (Latest) for Quickwit 0.8 + Grafana 11
2935

3036
Run `grafana` container with the env variable:
3137

3238
```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
3440
```
3541

3642
Or download the plugin manually and start Grafana
3743

3844
```bash
39-
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.5-beta.2/quickwit-quickwit-datasource-0.5-beta.2.zip
45+
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.5.0/quickwit-quickwit-datasource-0.5.0.zip
4046
mkdir -p plugins
41-
unzip quickwit-quickwit-datasource-0.5-beta.1.zip -d plugins/quickwit-quickwit-datasource-0.5-beta.1
47+
unzip quickwit-quickwit-datasource-0.5.0.zip -d plugins/quickwit-quickwit-datasource-0.5.0
4248
docker run -p 3000:3000 -e GF_PATHS_PLUGINS=/data/plugins -v ${PWD}/plugins:/data/plugins grafana/grafana run
4349
```
4450

0 commit comments

Comments
 (0)