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
[Grafana catalog](https://grafana.com/grafana/plugins/quickwit-quickwit-datasource/) until version 0.4.5.
9
9
or you can download the latest version and follow the
10
10
[installation guide](#installation).
11
11
12
-
## Special thanks and a note on the license
13
-
14
-
This plugin is **heavily** inspired by the `elasticsearch` plugin available on the [Grafana repository](https://github.com/grafana/). First of all, huge thanks to the Grafana team for open-sourcing all their work.
15
-
16
-
It's more or less a fork of this plugin to adapt the code to Quickwit API. See [LICENSING](LICENSING.md) for details on the license and the changes made.
17
-
18
-
The license for this project is [AGPL-3.0](LICENSE.md), and a [notice](NOTICE.md) was added to respect the Grafana Labs license.
19
-
20
12
## Version compatibility
21
13
22
14
We recommend Grafana v10.X or v11.X.
@@ -153,3 +145,11 @@ To avoid that : try using timestamps with a finer resolution if possible, set th
153
145
## Contributing to Quickwit datasource
154
146
155
147
Details on our [contributing guide](CONTRIBUTING.md).
148
+
149
+
## Special thanks and a note on the license
150
+
151
+
This plugin is **heavily** inspired by the `elasticsearch` plugin available on the [Grafana repository](https://github.com/grafana/). First of all, huge thanks to the Grafana team for open-sourcing all their work.
152
+
153
+
It's more or less a fork of this plugin to adapt the code to Quickwit API. See [LICENSING](LICENSING.md) for details on the license and the changes made.
154
+
155
+
The license for this project is [AGPL-3.0](LICENSE.md), and a [notice](NOTICE.md) was added to respect the Grafana Labs license.
0 commit comments