From 27c8c5fa25ac290677da68f7306e26013ab3355f Mon Sep 17 00:00:00 2001 From: zhangliang <1466013297@qq.com> Date: Thu, 31 Oct 2024 09:40:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=A4=84=E6=96=87=E4=BB=B6=E7=BC=BA=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Alarm/Config/Io/Save/input.vue | 112 ++++ .../Alarm/Config/Io/Save/output.vue | 112 ++++ .../rule-engine/Alarm/Config/Io/index.vue | 537 ++++++++++++++++++ 3 files changed, 761 insertions(+) create mode 100644 src/views/rule-engine/Alarm/Config/Io/Save/input.vue create mode 100644 src/views/rule-engine/Alarm/Config/Io/Save/output.vue create mode 100644 src/views/rule-engine/Alarm/Config/Io/index.vue diff --git a/src/views/rule-engine/Alarm/Config/Io/Save/input.vue b/src/views/rule-engine/Alarm/Config/Io/Save/input.vue new file mode 100644 index 0000000..54182ae --- /dev/null +++ b/src/views/rule-engine/Alarm/Config/Io/Save/input.vue @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/rule-engine/Alarm/Config/Io/Save/output.vue b/src/views/rule-engine/Alarm/Config/Io/Save/output.vue new file mode 100644 index 0000000..f8c7424 --- /dev/null +++ b/src/views/rule-engine/Alarm/Config/Io/Save/output.vue @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/rule-engine/Alarm/Config/Io/index.vue b/src/views/rule-engine/Alarm/Config/Io/index.vue new file mode 100644 index 0000000..c521d7b --- /dev/null +++ b/src/views/rule-engine/Alarm/Config/Io/index.vue @@ -0,0 +1,537 @@ + + + + + + + + + 告警数据输出 + + + + + + + + + + + + {{ + output?.data?.config?.config?.topic || '' + }} + + + + + + + 告警处理结果输入 + + + + + + + + + + {{ + input?.data?.config?.config?.topic || '' + }} + + + + + + + + + 功能图示 + + + + 功能说明 + + 1、平台支持将告警数据输出到kafka,第三方系统可订阅kafka中的告警数据,进行业务处理。 + + 推送参数 + + + + 示例 + + + 2、平台支持订阅kafka中告警处理数据,并更新告警记录状态。 + + 订阅参数 + + + + 示例 + + + + + + + + + + + + \ No newline at end of file