Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang committed Nov 5, 2021
1 parent 586b83b commit c32d67c
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 16 deletions.
5 changes: 2 additions & 3 deletions docs-2.0/nebula-dashboard-en/1.what-is-dashboard-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Nebula Dashboard(简称Dashboard)是一款用于监控Nebula Graph集群中
## 产品功能

- 创建指定版本的Nebula Graph集群,支持批量导入节点、一键添加服务等功能。
- 轻松修改当前集群中Storage及Garph服务的配置并重启服务
- 快速进行扩缩容操作并修改服务端口号
- 支持可视化页面快速进行扩缩容操作
- 支持快速修改指定集群中Storage及Garph服务的配置并重启服务
- 监控集群中所有服务的信息,包括服务IP地址、版本和监控指标(例如查询数量、查询延迟、心跳延迟等)。
- 监控集群中所有机器的状态,包括CPU、内存、负载、磁盘和流量。
- 监控集群本身的信息,包括集群的服务信息、分区信息、配置和长时任务。
Expand All @@ -21,7 +21,6 @@ Nebula Dashboard(简称Dashboard)是一款用于监控Nebula Graph集群中

- 监控数据默认更新频率约为7秒。
- 监控数据默认保留14天,即只能查询最近14天内的监控数据。
- 只查看指定集群的监控信息。
- 只支持 2.0.1 及以上版本的Nebula Graph。

!!! note
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@

## 操作步骤

按以下方式创建集群
按以下方式创建集群

1. 在集群列表页面,点击 **创建集群** 标签。
1. 在集群管理页面,点击 **创建集群** 标签。
2. 在创建集群页面,完成以下配置:
- 输入 **集群名称**,最大可输入15个字符,本示例设置为`test_foesa`
- 选择Nebula Graph安装版本,本示例设置为`v2.6.0`
- 添加节点或者批量导入节点。
- 添加节点或者批量导入节点,如果是多节点的集群,需要添加每个节点的相关信息

1. 配置每个节点的Host信息,本示例设置为`192.168.8.144`
1. 配置每个Host的IP信息,本示例设置为`192.168.8.144`
2. 配置 SSH 信息,本示例设置如下:SSH端口号为`22`,SSH用户名为 `vesoft`,SSH 密码为`nebula`
3. 选择 Nebula Graph 安装包,本示例为`nebula-graph-2.6.0.el7.x86_64rpm`
4. (可选)输入节点名。本示例设置为`Noed_1`

![cluster](../figs/ds-021.png)

3. 勾选节点并添加服务。创建集群需要给节点添加3种类型的服务,如果不熟悉Nebula Graph架构,建议勾选节点点击 **自动添加服务** 按钮。
3. 勾选节点并在节点右上方,点击需要添加的服务。创建集群需要给节点添加3种类型的服务,如果不熟悉Nebula Graph架构,建议点击 **自动添加服务** 按钮。

4. (可选)在下方的服务中,选择编辑meta、graph、storage服务的端口号、HTTP端口号、HTTP2端口号,点击确认保存。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@
## 操作步骤

1. 在集群列表页面,点击 **导入集群** 标签。
2. 在导入集群页面输入 **Graphd Host**,本示例设置为 `192.168.8.157:9669`
2. 在导入集群页面,输入连接Nebula Graph的信息:
- Graphd Host:<其中一个Graphd进程的虚机IP>:<端口号>。本示例设置为 `192.168.8.157:9669`
- 用户名:连接Nebula Graph的账号。
- 密码:连接Nebula Graph的密码。

!!! note

因为 Nebula Graph 默认不启用身份验证,所以,一般情况下用户可以使用 `root` 账号和任意密码连接 Nebula。
当 Nebula Graph 启用了身份验证后,用户只能使用指定的账号和密码连接 Nebula。关于 Nebula Graph 的身份验证功能,参考 [Nebula Graph 用户手册](../../7.data-security/1.authentication/1.authentication.md "点击前往 Nebula Graph 官网")。

3. 输入 **用户名****密码**,本示例设置为`vesoft``nebula`

![connect](../figs/ds-025.png)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 集群总览

本文主要介绍 Dashboard 的集群总览页面。
本文主要介绍 Dashboard 的集群总览页面。在集群列表右侧,单击**详情**,即可进入指定集群的集群总览页面。

## 概览

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@
- 分片信息
- 长时任务

在查看集群信息之前,用户需要选择Host信息,输入用户名及密码以连接Nebula
在查看集群信息之前,用户需要选择Host信息,输入登录Nebula Graph的账号(非Dashboard登录账号)和对应密码

![information](../figs/ds-006.png)

因为 Nebula Graph 默认不启用身份验证,所以,一般情况下用户可以使用 `root` 账号和任意密码连接 Nebula。

当 Nebula Graph 启用了身份验证后,用户只能使用指定的账号和密码连接 Nebula。关于 Nebula Graph 的身份验证功能,参考 [Nebula Graph 用户手册](../../7.data-security/1.authentication/1.authentication.md "点击前往 Nebula Graph 官网")

## 版本

![版本](../figs/ds-014.png)
Expand Down
4 changes: 3 additions & 1 deletion docs-2.0/nebula-dashboard-en/8.faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@

- installing:集群正在创建中,过程大约需要等待3~10分钟。
- healthy:集群中所有服务正常运行。
- unhealthy:集群中存在服务为异常状态
- unhealthy:集群服务中存在非正常运行的服务

## 为什么要授权节点?



## 什么是扩缩容?

## 为什么不能操作Metad?
Expand Down

0 comments on commit c32d67c

Please sign in to comment.