From eb2128867faa0e9343eac2f97b042d5df8233d4e Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 31 Aug 2023 16:54:42 +0800 Subject: [PATCH] docs: refine grafana docs en (#22675) * docs: add current_user() in function * docs: kill query command need quote around id * docs: refine grafana plugin document * docs: refine tdinsight doc * docs: note about grafana unified alerting * docs: refine en/14-reference/07-tdinsight/index.md --- docs/en/14-reference/07-tdinsight/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/14-reference/07-tdinsight/index.md b/docs/en/14-reference/07-tdinsight/index.md index db5097506b..cada05d738 100644 --- a/docs/en/14-reference/07-tdinsight/index.md +++ b/docs/en/14-reference/07-tdinsight/index.md @@ -130,12 +130,12 @@ Most command-line options can take effect the same as environment variables. | -t | --tdinsight-title | TDINSIGHT_DASHBOARD_TITLE | TDinsight dashboard title. [Default: TDinsight] | -e | -tdinsight-title | -e | --tdinsight-editable | TDINSIGHT_DASHBOARD_EDITABLE | If the dashboard is configured to be editable. [Default: false] | -e | --external -Suppose you start a TDengine database on host `tdengine` with HTTP API port `6041`, user `root1`, and password `pass5ord`. Execute the script. - :::note The `-E` option is deprecated. We use Grafana unified alerting function instead. ::: +Suppose you start a TDengine database on host `tdengine` with HTTP API port `6041`, user `root1`, and password `pass5ord`. Execute the script. + ```bash sudo . /TDinsight.sh -a http://tdengine:6041 -u root1 -p pass5ord ```