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

add and delete configuration #2034

Merged
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Alert messages will pop up in the upper right corner of the page, you can do the

- Click the **View** button to go to the **Notification**->**Alert Messages** page to view detailed alert information.

- Click the **Mute** buttons, the alert rule will not be triggered again for 2 hours.
- Click the **Mute** buttons, the alert rule will not be triggered again for 2 hours only for this user.

You can perform the following operations on the **Alert Messages** page:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,40 @@
# Update config

On **Update Config** page, you can view and modify the service configuration files.
On **Update Config** page, you can view and update the service configuration files.

## Precautions

You need to restart the corresponding service in the **Service** page after the configuration modification. For details, see [Service](service.md).

## Entry

1. At the top navigation bar of the Dashboard Enterprise Edition page, click **Cluster Management**.
2. On the right side of the target cluster, click **Detail**.
3. On the left-side navigation bar of the page, click **Operation**->**Update Config**.

## Steps
## Modify configuration

1. Select the type of service whose configuration you want to modify.
2. Locate the configuration to be modified and click **Edit** in the **Operation** column.
3. In the pop-up dialog box, you can modify the **Value** individually. They can also be modified uniformly at the top, and you need to click **Apply To All Services** after modification.

![config](https://docs-cdn.nebula-graph.com.cn/figures/ds_config_230109_en.png)
![config](https://docs-cdn.nebula-graph.com.cn/figures/ds_config_230327_en.png)

4. Click **Confirm** after the modification is complete.

!!! danger
## Add configuration

If you need to adjust a parameter that is not included in the configuration file, you need to add the configuration first.
cooper-lzy marked this conversation as resolved.
Show resolved Hide resolved

1. Click **Add Config** at the top left.
2. Fill in the parameter name in **Config Key**, then fill in the **Config Value**, and apply the config value to all services. You can also adjust the value for individual services below.
3. Click **Confirm**.

## Delete configuration

!!! note

After deleting the configuration and restarting the service, the corresponding configuration will be restored to its default value.

You need to restart the corresponding service in the **Service** page after the configuration modification. For details, see [Service](service.md).
1. Select the type of service whose configuration you want to delete.
2. Locate the configuration to be deleted and click **Delete** in the **Operation** column, and then Click **OK**.