Skip to content

Commit 78fe523

Browse files
committed
chore: remove grafana gui installation
1 parent b37a3e6 commit 78fe523

2 files changed

Lines changed: 0 additions & 25 deletions

File tree

docs/en/10-third-party/03-visual/01-grafana.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,6 @@ Record the following information:
3939
## Install Grafana Plugin and Configure Data Source
4040

4141
<Tabs defaultValue="script">
42-
<TabItem value="gui" label="Graphical Interface Installation">
43-
44-
Using the latest version of Grafana (8.5+), you can [browse and manage plugins](https://grafana.com/docs/grafana/next/administration/plugin-management/#plugin-catalog) in Grafana (for version 7.x, please use **Installation Script** or **Manual Installation** methods). In the Grafana management interface, directly search for `TDengine` on the **Configurations > Plugins** page and follow the prompts to install.
45-
46-
After installation, follow the instructions to **Create a TDengine data source** by adding the data source with the following TDengine configurations:
47-
48-
- Host: IP address and port number providing REST service in the TDengine cluster, default `http://localhost:6041`
49-
- User: TDengine username.
50-
- Password: TDengine user password.
51-
52-
Click `Save & Test` to test, if successful, it will prompt: `TDengine Data source is working`.
53-
54-
</TabItem>
5542
<TabItem value="script" label="Installation Script">
5643

5744
For users using Grafana version 7.x or configuring with [Grafana Provisioning](https://grafana.com/docs/grafana/latest/administration/provisioning/), you can use the installation script on the Grafana server to automatically install the plugin and add the data source Provisioning configuration file.

docs/zh/10-third-party/03-visual/01-grafana.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@ import TabItem from "@theme/TabItem";
2727
## 安装 Grafana Plugin 并配置数据源
2828

2929
<Tabs defaultValue="script">
30-
<TabItem value="gui" label="图形化界面安装">
31-
32-
使用 Grafana 最新版本(8.5+),您可以在 Grafana 中[浏览和管理插件](https://grafana.com/docs/grafana/next/administration/plugin-management/#plugin-catalog)(对于 7.x 版本,请采用 **安装脚本****手动安装** 方式)。在 Grafana 管理界面中的 **Configurations > Plugins** 页面直接搜索 `TDengine` 并按照提示安装。
33-
34-
安装完毕后,按照指示 **Create a TDengine data source** 添加数据源,输入 TDengine 相关配置:
35-
- Host:TDengine 集群中提供 REST 服务的 IP 地址与端口号,默认 `http://localhost:6041`
36-
- User:TDengine 用户名。
37-
- Password:TDengine 用户密码。
38-
39-
点击 `Save & Test` 进行测试,成功会提示:`TDengine Data source is working`
40-
41-
</TabItem>
4230
<TabItem value="script" label="安装脚本">
4331

4432
对于使用 Grafana 7.x 版本或使用 [Grafana Provisioning](https://grafana.com/docs/grafana/latest/administration/provisioning/) 配置的用户,可以在 Grafana 服务器上使用安装脚本自动安装插件即添加数据源 Provisioning 配置文件。

0 commit comments

Comments
 (0)