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 url in v5.5 #2712

Open
wants to merge 1 commit into
base: release-5.5
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 @@ -64,7 +64,7 @@ greptime/greptimedb standalone start \

```

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 Rule for GreptimeDB Sink
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 @@ greptime/greptimedb standalone start \
--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