diff --git a/docs/en/08-third-party/01-grafana.md b/docs/en/08-third-party/01-grafana.md index a0105c34d064f3962fa45ff6c469e4d7f297ceee..2cf2033d11a9a28f46f60abee54efee1ef70695e 100644 --- a/docs/en/08-third-party/01-grafana.md +++ b/docs/en/08-third-party/01-grafana.md @@ -15,15 +15,15 @@ TDengine currently supports Grafana versions 7.5 and above. Users can go to the Please copy the following shell commands to export `TDENGINE_CLOUD_URL` and `TDENGINE_CLOUD_TOKEN` for the data source installation. -Run below script from Linux terminal to install TDengine data source plugin. - ```bash -bash -c "$(curl -fsSL https://raw.githubusercontent.com/taosdata/grafanaplugin/master/install.sh)" +export TDENGINE_CLOUD_TOKEN="" +export TDENGINE_CLOUD_URL="" ``` -Please restart Grafana after install plugins. Refer to Grafana documentation for instructions if necessary. +Run below script from Linux terminal to install TDengine data source plugin. -* Provisioning /etc/grafana/provisioning/datasources/TDengine.yaml +```bash +bash -c "$(curl -fsSL https://raw.githubusercontent.com/taosdata/grafanaplugin/master/install.sh)" ``` After that completed, please restart grafana-server.