Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: the GreptimeDB 404 url in v5.7 #2714

Open
wants to merge 1 commit into
base: release-5.7
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en_US/data-integration/data-bridge-greptimedb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zh_CN/data-integration/data-bridge-greptimedb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`。

Expand Down