From 2576fbcae427ae3b4cf1a8ef101e3e96e6a93841 Mon Sep 17 00:00:00 2001 From: Yiran Date: Mon, 28 Oct 2024 18:44:56 +0800 Subject: [PATCH] fix: the GreptimeDB 404 url in v5.7 --- en_US/data-integration/data-bridge-greptimedb.md | 2 +- zh_CN/data-integration/data-bridge-greptimedb.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US/data-integration/data-bridge-greptimedb.md b/en_US/data-integration/data-bridge-greptimedb.md index d3fd26330..683126436 100644 --- a/en_US/data-integration/data-bridge-greptimedb.md +++ b/en_US/data-integration/data-bridge-greptimedb.md @@ -63,7 +63,7 @@ This section describes the preparations you need to complete before you start to --user-provider=static_user_provider:cmd:greptime_user=greptime_pwd ``` -2. The `user-provider` parameter configures the GreptimeDB authentication. You can configure it by file. For more information, refer to the [documentation](https://docs.greptime.com/user-guide/clients/authentication#authentication). +2. The `user-provider` parameter configures the GreptimeDB authentication. You can configure it by file. For more information, refer to the [documentation](https://docs.greptime.com/user-guide/deployments/authentication/static). 3. With GreptimeDB running, visit [http://localhost:4000/dashboard](http://localhost:4000/dashboard) to use the GreptimeDB dashbaord. The username and password are `greptime_user` and `greptime_pwd`. ## Create a Connector diff --git a/zh_CN/data-integration/data-bridge-greptimedb.md b/zh_CN/data-integration/data-bridge-greptimedb.md index 01d386037..e4201bd51 100644 --- a/zh_CN/data-integration/data-bridge-greptimedb.md +++ b/zh_CN/data-integration/data-bridge-greptimedb.md @@ -66,7 +66,7 @@ GreptimeDB 数据集成是 EMQX 开箱即用的功能,它结合了 EMQX 的实 --user-provider=static_user_provider:cmd:greptime_user=greptime_pwd ``` -2. `user-provider` 参数指定了 GreptimeDB 的用户鉴权账户,你还可以通过文件的方式指定,参考[鉴权](https://docs.greptime.cn/user-guide/clients/authentication#authentication)文档。 +2. `user-provider` 参数指定了 GreptimeDB 的用户鉴权账户,你还可以通过文件的方式指定,参考[鉴权](https://docs.greptime.cn/user-guide/deployments/authentication/static)文档。 3. GreptimeDB 正常启动后,你可以通过 [http://localhost:4000/dashboard](http://localhost:4000/dashboard) 访问 GreptimeDB Dashboard,其中 username 和 password 分别输入 `greptime_user` 和 `greptime_pwd`。