Difference between revisions of "Adding a rule/zh-cn"

From Senfi Docs
Jump to: navigation, search
(Created page with "=== 添加新规则 ===")
(Created page with "# 登录[https://ems.senfi.io/cms 内容管理系统]。 # 转到'''规则'''选项卡。 # 单击'''+'''按钮添加新规则。 # 为规则指定一个描述性名称。这...")
Line 14: Line 14:
 
=== 添加新规则 ===
 
=== 添加新规则 ===
  
# Login to the [https://ems.senfi.io/cms CMS].
+
# 登录[https://ems.senfi.io/cms 内容管理系统]
# Go to the '''Rule''' tab.
+
# 转到'''规则'''选项卡。
# Click the '''+''' button to add a new rule.
+
# 单击'''+'''按钮添加新规则。
# Give the rule a descriptive name. This will be shown to users of the dashboard.
+
# 为规则指定一个描述性名称。这将显示给仪表板的用户。
# Select the Severity of the rule.
+
# 选择规则的严重程度。
# Select [[Rule#Rule_execution_options|Evaluate Type]] of the rule.
+
# 选择规则的[[Rule#Rule_execution_options|评估类型]]
# (Optional) Select the Access Group that would be able to view and modify the rule. Defaults to all users in your organization.
+
# (可选)选择将能够查看和修改规则的工作群。默认为组织中的所有用户。
# Give the rule a descriptive '''Description'''. The '''Description''' would be the default content for any '''Action'''.
+
# 给规则一个叙述性的'''描述'''。这'''描述'''将是任何'''触发事件'''的默认说明内容。
# Construct the '''Conditions''' using the editor. Read section on [[Rule#Constructing_Condition|"Constructing Condition"]] for more details.
+
# 使用编辑器构造'''条件'''。有关更多详细信息,请阅读[[Rule#Constructing_Condition|“构造条件”]]部分。
# Save when done.
+
# 完成后保存。
# (Optional) Test the rule by sending records to simulate event.
+
# (可选)通过发送记录以模拟事件来测试规则。
  
  
 
<div class="right">[[Adding_a_computed_measurement|Next: Adding a computed measurement]]</div>
 
<div class="right">[[Adding_a_computed_measurement|Next: Adding a computed measurement]]</div>

Revision as of 15:45, 5 November 2019

先决条件

规则需要进行设计和逻辑编程,才能使其正常运作。如果这是您第一次创建规则,请先阅读本指南

您还应该熟悉基本测量及其概念。如果需要复习,请阅读本节

你应该

  • 知道规则应检测的事件。
  • 知道检测到事件后,您希望Senfi做什么应对(触发事件
  • 已经创建了输入测量和参数。
  • 知道表示事件发生的阈值或值。
  • 能够将记录发送到输入测量和参数。
  • (可选)能够将模拟记录发送到“输入测量和参数”(模拟事件或情况的发生)

添加新规则

  1. 登录内容管理系统
  2. 转到规则选项卡。
  3. 单击+按钮添加新规则。
  4. 为规则指定一个描述性名称。这将显示给仪表板的用户。
  5. 选择规则的严重程度。
  6. 选择规则的评估类型
  7. (可选)选择将能够查看和修改规则的工作群。默认为组织中的所有用户。
  8. 给规则一个叙述性的描述。这描述将是任何触发事件的默认说明内容。
  9. 使用编辑器构造条件。有关更多详细信息,请阅读“构造条件”部分。
  10. 完成后保存。
  11. (可选)通过发送记录以模拟事件来测试规则。