diff --git a/docs/VictoriaLogs/provision_datasources.png b/docs/VictoriaLogs/provision_datasources.png new file mode 100644 index 000000000..d79ec15a2 Binary files /dev/null and b/docs/VictoriaLogs/provision_datasources.png differ diff --git a/docs/VictoriaLogs/victorialogs-datasource.md b/docs/VictoriaLogs/victorialogs-datasource.md index 06538b60d..39a17e92c 100644 --- a/docs/VictoriaLogs/victorialogs-datasource.md +++ b/docs/VictoriaLogs/victorialogs-datasource.md @@ -20,7 +20,6 @@ The VictoriaLogs datasource plugin allows you to query and visualize * [Installation](#installation) * [How to make new release](#how-to-make-new-release) * [Notes](#notes) -* [Frequently Asked Questions](#faq) * [License](#license) ## Installation @@ -96,7 +95,7 @@ docker-compose -f docker-compose.yaml up After Grafana starts successfully, datasource should be available in the datasources tab -![Configuration](./provision_datasources.webp) +Configuration ### Install in Kubernetes @@ -136,7 +135,7 @@ extraInitContainers: - | set -ex mkdir -p /var/lib/grafana/plugins/ - ver=$(curl -s https://api.github.com/repos/VictoriaMetrics/victorialogs-datasource/releases/latest | grep -oE 'v[0-9]+\.[0-9]+\.[0-9]+' | head -1) + ver=$(curl -s -L https://api.github.com/repos/VictoriaMetrics/victorialogs-datasource/releases/latest | grep -oE 'v[0-9]+\.[0-9]+\.[0-9]+' | head -1) curl -L https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/$ver/victorialogs-datasource-$ver.tar.gz -o /var/lib/grafana/plugins/vl-plugin.tar.gz tar -xf /var/lib/grafana/plugins/vl-plugin.tar.gz -C /var/lib/grafana/plugins/ rm /var/lib/grafana/plugins/vl-plugin.tar.gz @@ -309,12 +308,6 @@ In the `plugin.json` file of our plugin, the `metrics` field is set to `true`. T For more information on the fields in `plugin.json`, please refer to the [Grafana documentation](https://grafana.com/developers/plugin-tools/reference-plugin-json#properties). -## FAQ - -### Which version of Grafana is required in order to use VictoriaLogs datasource? - -[10.0.3](https://grafana.com/grafana/download/10.0.3) or newer. - ## License This project is licensed under