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
This commit is contained in:
Shuduo Sang 2023-08-31 16:54:42 +08:00 committed by GitHub
parent 3ac1d3d743
commit eb2128867f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
```