This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch history-docs in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
commit fbb8bea36d590c341b49a9f41edf8ed7923d2dea Author: Jiajie Zhong <[email protected]> AuthorDate: Mon Mar 7 15:42:17 2022 +0800 Also change 2.0.5 --- docs/en-us/2.0.5/user_doc/architecture/metadata.md | 2 +- docs/en-us/2.0.5/user_doc/guide/alert/alert_plugin_user_guide.md | 2 +- docs/zh-cn/2.0.5/user_doc/architecture/metadata.md | 2 +- docs/zh-cn/2.0.5/user_doc/guide/alert/alert_plugin_user_guide.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en-us/2.0.5/user_doc/architecture/metadata.md b/docs/en-us/2.0.5/user_doc/architecture/metadata.md index 9b66e1e..1fb4902 100644 --- a/docs/en-us/2.0.5/user_doc/architecture/metadata.md +++ b/docs/en-us/2.0.5/user_doc/architecture/metadata.md @@ -1,4 +1,4 @@ -# Dolphin Scheduler 2.0.3 MetaData +# Dolphin Scheduler MetaData (available before 2.0.0) <a name="V5KOl"></a> ### Dolphin Scheduler 2.0 DB Table Overview diff --git a/docs/en-us/2.0.5/user_doc/guide/alert/alert_plugin_user_guide.md b/docs/en-us/2.0.5/user_doc/guide/alert/alert_plugin_user_guide.md index e199ffd..8603e29 100644 --- a/docs/en-us/2.0.5/user_doc/guide/alert/alert_plugin_user_guide.md +++ b/docs/en-us/2.0.5/user_doc/guide/alert/alert_plugin_user_guide.md @@ -1,6 +1,6 @@ ## How to create alert plugins and alert groups -In version 2.0.5, users need to create alert instances, and then associate them with alert groups, and an alert group can use multiple alert instances, and we will notify them one by one. +After version 2.0.0, users need to create alert instances, and then associate them with alert groups, and an alert group can use multiple alert instances, and we will notify them one by one. First of all, you need to go to the Security Center, select Alarm Group Management, then click Alarm Instance Management on the left, then create an alarm instance, then select the corresponding alarm plug-in and fill in the relevant alarm parameters. diff --git a/docs/zh-cn/2.0.5/user_doc/architecture/metadata.md b/docs/zh-cn/2.0.5/user_doc/architecture/metadata.md index 6cda094..b12906d 100644 --- a/docs/zh-cn/2.0.5/user_doc/architecture/metadata.md +++ b/docs/zh-cn/2.0.5/user_doc/architecture/metadata.md @@ -1,4 +1,4 @@ -# Dolphin Scheduler 2.0元数据文档 +# Dolphin Scheduler 元数据文档(仅适用于 2.0.0 之前) <a name="25Ald"></a> ### 表概览 diff --git a/docs/zh-cn/2.0.5/user_doc/guide/alert/alert_plugin_user_guide.md b/docs/zh-cn/2.0.5/user_doc/guide/alert/alert_plugin_user_guide.md index e2f8eca..e15d21c 100644 --- a/docs/zh-cn/2.0.5/user_doc/guide/alert/alert_plugin_user_guide.md +++ b/docs/zh-cn/2.0.5/user_doc/guide/alert/alert_plugin_user_guide.md @@ -1,6 +1,6 @@ ## 如何创建告警插件以及告警组 -在2.0.5版本中,用户需要创建告警实例,然后同告警组进行关联,一个告警组可以使用多个告警实例,我们会逐一进行进行告警通知。 +在2.0.0版本之后,用户需要创建告警实例,然后同告警组进行关联,一个告警组可以使用多个告警实例,我们会逐一进行进行告警通知。 首先需要进入到安全中心,选择告警组管理,然后点击左侧的告警实例管理,然后创建一个告警实例,然后选择对应的告警插件,填写相关告警参数。
